Html Css Color HEX #B85BFB Medium Orchid

📋 copy color: '#B85BFB'

red 184 ◦ green 91 ◦ blue 251

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

Shades of Medium Orchid #B85BFB

Tints of Medium Orchid #B85BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.3%

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

R = 34.98%
G = 17.3%
B = 47.72%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B85BFB (or 0xB85BFB) is known color: Medium Orchid. HEX triplet: B8, 5B and FB. RGB value is (184,91,251). Sum of RGB (Red+Green+Blue) = 184+91+251=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #B85BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85BFB is #47A404. Grayscale: #888888. Windows color (decimal): -4695045 or 16473016. OLE color: 16473016.

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

Color convert

RGB 184 91 251 -
CMYK 0.27 0.64 0 0.02
HSL 274.88º 0.95% 0.67% -
HSV(B) 274.88º 0.64% 0.98% -
XYZ 40.92 24.64 93.87 -
YUV 137.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 184 91 251 0.27 0.64 0 0.02 274.88 0.95 0.67
Hex B8 5B FB 1B 40 0 2 113 5F 43
Octal 270 133 373 33 100 0 2 423 137 103
Binary 10111000 1011011 11111011 11011 1000000 0 10 100010011 1011111 1000011

Color Harmonies of #B85BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BFB

Black with #B85BFB

Text Example


Text Example

White with #B85BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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