Html Css Color HEX #B868EB Medium Orchid

📋 copy color: '#B868EB'

red 184 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #B868EB

Tints of Medium Orchid #B868EB

RGB

 RED value IS 184 (72.27% from 255) = 35.18%

 GREEN value IS 104 (41.02% from 255) = 19.89%

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 35.18%
G = 19.89%
B = 44.93%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B868EB (or 0xB868EB) is known color: Medium Orchid. HEX triplet: B8, 68 and EB. RGB value is (184,104,235). Sum of RGB (Red+Green+Blue) = 184+104+235=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #B868EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B868EB is #479714. Grayscale: #8E8E8E. Windows color (decimal): -4691733 or 15427768. OLE color: 15427768.

HSL color Cylindrical-coordinate representation of color #B868EB: hue angle of 276.64º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B868EB is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 104 235 -
CMYK 0.22 0.56 0 0.08
HSL 276.64º 0.77% 0.66% -
HSV(B) 276.64º 0.56% 0.92% -
XYZ 39.71 26.09 81.54 -
YUV 142.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 184 104 235 0.22 0.56 0 0.08 276.64 0.77 0.66
Hex B8 68 EB 16 38 0 8 115 4D 42
Octal 270 150 353 26 70 0 10 425 115 102
Binary 10111000 1101000 11101011 10110 111000 0 1000 100010101 1001101 1000010

Color Harmonies of #B868EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B868EB

Black with #B868EB

Text Example


Text Example

White with #B868EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B868EB; }

 p { color: rgb(184,104,235); }

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

background-color css

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

 a { background-color: rgb(184,104,235); }

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

border-color css

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

 span { border-color: rgb(184,104,235); }

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