Html Css Color HEX #B85DFB Medium Orchid

📋 copy color: '#B85DFB'

red 184 ◦ green 93 ◦ blue 251

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

Shades of Medium Orchid #B85DFB

Tints of Medium Orchid #B85DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.61%

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

R = 34.85%
G = 17.61%
B = 47.54%

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

#B85DFB (or 0xB85DFB) is known color: Medium Orchid. HEX triplet: B8, 5D and FB. RGB value is (184,93,251). Sum of RGB (Red+Green+Blue) = 184+93+251=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #B85DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85DFB is #47A204. Grayscale: #898989. Windows color (decimal): -4694533 or 16473528. OLE color: 16473528.

HSL color Cylindrical-coordinate representation of color #B85DFB: hue angle of 274.56º 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 #B85DFB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 93 251 -
CMYK 0.27 0.63 0 0.02
HSL 274.56º 0.95% 0.67% -
HSV(B) 274.56º 0.63% 0.98% -
XYZ 41.09 24.98 93.92 -
YUV 138.22 191.65 160.65 -
System Red Green Blue C M Y K H S L
Decimal 184 93 251 0.27 0.63 0 0.02 274.56 0.95 0.67
Hex B8 5D FB 1B 3F 0 2 113 5F 43
Octal 270 135 373 33 77 0 2 423 137 103
Binary 10111000 1011101 11111011 11011 111111 0 10 100010011 1011111 1000011

Color Harmonies of #B85DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85DFB

Black with #B85DFB

Text Example


Text Example

White with #B85DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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