Html Css Color HEX #B85BFD Medium Orchid

📋 copy color: '#B85BFD'

red 184 ◦ green 91 ◦ blue 253

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

Shades of Medium Orchid #B85BFD

Tints of Medium Orchid #B85BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 34.85%
G = 17.23%
B = 47.92%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B85BFD (or 0xB85BFD) is known color: Medium Orchid. HEX triplet: B8, 5B and FD. RGB value is (184,91,253). Sum of RGB (Red+Green+Blue) = 184+91+253=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #B85BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85BFD is #47A402. Grayscale: #888888. Windows color (decimal): -4695043 or 16604088. OLE color: 16604088.

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

Color convert

RGB 184 91 253 -
CMYK 0.27 0.64 0 0.01
HSL 274.44º 0.98% 0.67% -
HSV(B) 274.44º 0.64% 0.99% -
XYZ 41.24 24.76 95.54 -
YUV 137.28 193.31 161.33 -
System Red Green Blue C M Y K H S L
Decimal 184 91 253 0.27 0.64 0 0.01 274.44 0.98 0.67
Hex B8 5B FD 1B 40 0 1 112 62 43
Octal 270 133 375 33 100 0 1 422 142 103
Binary 10111000 1011011 11111101 11011 1000000 0 1 100010010 1100010 1000011

Color Harmonies of #B85BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BFD

Black with #B85BFD

Text Example


Text Example

White with #B85BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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