Html Css Color HEX #B869CE Medium Orchid

📋 copy color: '#B869CE'

red 184 ◦ green 105 ◦ blue 206

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

Shades of Medium Orchid #B869CE

Tints of Medium Orchid #B869CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.21%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 37.17%
G = 21.21%
B = 41.62%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B869CE (or 0xB869CE) is known color: Medium Orchid. HEX triplet: B8, 69 and CE. RGB value is (184,105,206). Sum of RGB (Red+Green+Blue) = 184+105+206=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #B869CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869CE is #479631. Grayscale: #8B8B8B. Windows color (decimal): -4691506 or 13527480. OLE color: 13527480.

HSL color Cylindrical-coordinate representation of color #B869CE: hue angle of 286.93º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B869CE is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 105 206 -
CMYK 0.11 0.49 0 0.19
HSL 286.93º 0.51% 0.61% -
HSV(B) 286.93º 0.49% 0.81% -
XYZ 35.96 24.75 61.27 -
YUV 140.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 184 105 206 0.11 0.49 0 0.19 286.93 0.51 0.61
Hex B8 69 CE B 31 0 13 11F 33 3D
Octal 270 151 316 13 61 0 23 437 63 75
Binary 10111000 1101001 11001110 1011 110001 0 10011 100011111 110011 111101

Color Harmonies of #B869CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B869CE

Black with #B869CE

Text Example


Text Example

White with #B869CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B869CE; }

 p { color: rgb(184,105,206); }

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

background-color css

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

 a { background-color: rgb(184,105,206); }

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

border-color css

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

 span { border-color: rgb(184,105,206); }

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