Html Css Color HEX #B85EFB Medium Orchid

📋 copy color: '#B85EFB'

red 184 ◦ green 94 ◦ blue 251

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

Shades of Medium Orchid #B85EFB

Tints of Medium Orchid #B85EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.77%

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

R = 34.78%
G = 17.77%
B = 47.45%

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

#B85EFB (or 0xB85EFB) is known color: Medium Orchid. HEX triplet: B8, 5E and FB. RGB value is (184,94,251). Sum of RGB (Red+Green+Blue) = 184+94+251=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #B85EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85EFB is #47A104. Grayscale: #8A8A8A. Windows color (decimal): -4694277 or 16473784. OLE color: 16473784.

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

Color convert

RGB 184 94 251 -
CMYK 0.27 0.63 0 0.02
HSL 274.39º 0.95% 0.68% -
HSV(B) 274.39º 0.63% 0.98% -
XYZ 41.18 25.16 93.95 -
YUV 138.81 191.32 160.23 -
System Red Green Blue C M Y K H S L
Decimal 184 94 251 0.27 0.63 0 0.02 274.39 0.95 0.68
Hex B8 5E FB 1B 3F 0 2 112 5F 44
Octal 270 136 373 33 77 0 2 422 137 104
Binary 10111000 1011110 11111011 11011 111111 0 10 100010010 1011111 1000100

Color Harmonies of #B85EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85EFB

Black with #B85EFB

Text Example


Text Example

White with #B85EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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