Html Css Color HEX #B868EE Medium Orchid

📋 copy color: '#B868EE'

red 184 ◦ green 104 ◦ blue 238

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

Shades of Medium Orchid #B868EE

Tints of Medium Orchid #B868EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 34.98%
G = 19.77%
B = 45.25%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B868EE (or 0xB868EE) is known color: Medium Orchid. HEX triplet: B8, 68 and EE. RGB value is (184,104,238). Sum of RGB (Red+Green+Blue) = 184+104+238=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #B868EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B868EE is #479711. Grayscale: #8E8E8E. Windows color (decimal): -4691730 or 15624376. OLE color: 15624376.

HSL color Cylindrical-coordinate representation of color #B868EE: hue angle of 275.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B868EE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 104 238 -
CMYK 0.23 0.56 0 0.07
HSL 275.82º 0.8% 0.67% -
HSV(B) 275.82º 0.56% 0.93% -
XYZ 40.15 26.26 83.84 -
YUV 143.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 184 104 238 0.23 0.56 0 0.07 275.82 0.8 0.67
Hex B8 68 EE 17 38 0 7 114 50 43
Octal 270 150 356 27 70 0 7 424 120 103
Binary 10111000 1101000 11101110 10111 111000 0 111 100010100 1010000 1000011

Color Harmonies of #B868EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B868EE

Black with #B868EE

Text Example


Text Example

White with #B868EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B868EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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