Html Css Color HEX #B85CFC Medium Orchid

📋 copy color: '#B85CFC'

red 184 ◦ green 92 ◦ blue 252

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

Shades of Medium Orchid #B85CFC

Tints of Medium Orchid #B85CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 34.85%
G = 17.42%
B = 47.73%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B85CFC (or 0xB85CFC) is known color: Medium Orchid. HEX triplet: B8, 5C and FC. RGB value is (184,92,252). Sum of RGB (Red+Green+Blue) = 184+92+252=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #B85CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CFC is #47A303. Grayscale: #898989. Windows color (decimal): -4694788 or 16538808. OLE color: 16538808.

HSL color Cylindrical-coordinate representation of color #B85CFC: hue angle of 274.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B85CFC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 92 252 -
CMYK 0.27 0.63 0 0.01
HSL 274.5º 0.96% 0.67% -
HSV(B) 274.5º 0.63% 0.99% -
XYZ 41.17 24.87 94.73 -
YUV 137.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 184 92 252 0.27 0.63 0 0.01 274.5 0.96 0.67
Hex B8 5C FC 1B 3F 0 1 112 60 43
Octal 270 134 374 33 77 0 1 422 140 103
Binary 10111000 1011100 11111100 11011 111111 0 1 100010010 1100000 1000011

Color Harmonies of #B85CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CFC

Black with #B85CFC

Text Example


Text Example

White with #B85CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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