Html Css Color HEX #B85CFB Medium Orchid

📋 copy color: '#B85CFB'

red 184 ◦ green 92 ◦ blue 251

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

Shades of Medium Orchid #B85CFB

Tints of Medium Orchid #B85CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 34.91%
G = 17.46%
B = 47.63%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B85CFB (or 0xB85CFB) is known color: Medium Orchid. HEX triplet: B8, 5C and FB. RGB value is (184,92,251). Sum of RGB (Red+Green+Blue) = 184+92+251=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #B85CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CFB is #47A304. Grayscale: #898989. Windows color (decimal): -4694789 or 16473272. OLE color: 16473272.

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

Color convert

RGB 184 92 251 -
CMYK 0.27 0.63 0 0.02
HSL 274.72º 0.95% 0.67% -
HSV(B) 274.72º 0.63% 0.98% -
XYZ 41.01 24.81 93.89 -
YUV 137.63 191.98 161.07 -
System Red Green Blue C M Y K H S L
Decimal 184 92 251 0.27 0.63 0 0.02 274.72 0.95 0.67
Hex B8 5C FB 1B 3F 0 2 113 5F 43
Octal 270 134 373 33 77 0 2 423 137 103
Binary 10111000 1011100 11111011 11011 111111 0 10 100010011 1011111 1000011

Color Harmonies of #B85CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CFB

Black with #B85CFB

Text Example


Text Example

White with #B85CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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