Html Css Color HEX #B865CE Medium Orchid

📋 copy color: '#B865CE'

red 184 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #B865CE

Tints of Medium Orchid #B865CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.57%

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

R = 37.47%
G = 20.57%
B = 41.96%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B865CE (or 0xB865CE) is known color: Medium Orchid. HEX triplet: B8, 65 and CE. RGB value is (184,101,206). Sum of RGB (Red+Green+Blue) = 184+101+206=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #B865CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865CE is #479A31. Grayscale: #898989. Windows color (decimal): -4692530 or 13526456. OLE color: 13526456.

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

Color convert

RGB 184 101 206 -
CMYK 0.11 0.51 0 0.19
HSL 287.43º 0.52% 0.6% -
HSV(B) 287.43º 0.51% 0.81% -
XYZ 35.56 23.95 61.14 -
YUV 137.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 184 101 206 0.11 0.51 0 0.19 287.43 0.52 0.6
Hex B8 65 CE B 33 0 13 11F 34 3C
Octal 270 145 316 13 63 0 23 437 64 74
Binary 10111000 1100101 11001110 1011 110011 0 10011 100011111 110100 111100

Color Harmonies of #B865CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865CE

Black with #B865CE

Text Example


Text Example

White with #B865CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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