Html Css Color HEX #B85CCF Medium Orchid

📋 copy color: '#B85CCF'

red 184 ◦ green 92 ◦ blue 207

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

Shades of Medium Orchid #B85CCF

Tints of Medium Orchid #B85CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.05%

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 38.1%
G = 19.05%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B85CCF (or 0xB85CCF) is known color: Medium Orchid. HEX triplet: B8, 5C and CF. RGB value is (184,92,207). Sum of RGB (Red+Green+Blue) = 184+92+207=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B85CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CCF is #47A330. Grayscale: #848484. Windows color (decimal): -4694833 or 13589688. OLE color: 13589688.

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

Color convert

RGB 184 92 207 -
CMYK 0.11 0.56 0 0.19
HSL 288º 0.55% 0.59% -
HSV(B) 288º 0.56% 0.81% -
XYZ 34.86 22.35 61.51 -
YUV 132.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 184 92 207 0.11 0.56 0 0.19 288 0.55 0.59
Hex B8 5C CF B 38 0 13 120 37 3B
Octal 270 134 317 13 70 0 23 440 67 73
Binary 10111000 1011100 11001111 1011 111000 0 10011 100100000 110111 111011

Color Harmonies of #B85CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CCF

Black with #B85CCF

Text Example


Text Example

White with #B85CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CCF; }

 p { color: rgb(184,92,207); }

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

background-color css

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

 a { background-color: rgb(184,92,207); }

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

border-color css

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

 span { border-color: rgb(184,92,207); }

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