Html Css Color HEX #B259EF Medium Orchid

📋 copy color: '#B259EF'

red 178 ◦ green 89 ◦ blue 239

#B259EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B259EF

Tints of Medium Orchid #B259EF

RGB

 RED value IS 178 (69.92% from 255) = 35.18%

 GREEN value IS 89 (35.16% from 255) = 17.59%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 35.18%
G = 17.59%
B = 47.23%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B259EF (or 0xB259EF) is known color: Medium Orchid. HEX triplet: B2, 59 and EF. RGB value is (178,89,239). Sum of RGB (Red+Green+Blue) = 178+89+239=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #B259EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259EF is #4DA610. Grayscale: #848484. Windows color (decimal): -5088785 or 15686066. OLE color: 15686066.

HSL color Cylindrical-coordinate representation of color #B259EF: hue angle of 275.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B259EF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 89 239 -
CMYK 0.26 0.63 0 0.06
HSL 275.6º 0.82% 0.64% -
HSV(B) 275.6º 0.63% 0.94% -
XYZ 37.51 22.84 84.09 -
YUV 132.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 178 89 239 0.26 0.63 0 0.06 275.6 0.82 0.64
Hex B2 59 EF 1A 3F 0 6 114 52 40
Octal 262 131 357 32 77 0 6 424 122 100
Binary 10110010 1011001 11101111 11010 111111 0 110 100010100 1010010 1000000

Color Harmonies of #B259EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259EF

Black with #B259EF

Text Example


Text Example

White with #B259EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259EF; }

 p { color: rgb(178,89,239); }

 H1.HeaderClassName
 {
   color: #B259EF;
 }
 .AnyTagClassName
 {
   color: #B259EF;
 }
</style>

background-color css

<style>
 a { background-color: #B259EF; }

 a { background-color: rgb(178,89,239); }

 div.DivClassName
 {
   background-color: #B259EF;
 }
 .BgClassName
 {
   background-color: #B259EF;
 }
</style>

border-color css

<style>
 span { border-color: #B259EF; }

 span { border-color: rgb(178,89,239); }

 td.TdClassName
 {
   border-color: #B259EF;
 }
 .TagClassName
 {
   border-color: #B259EF;
 }
</style>