Html Css Color HEX #B85CEB Medium Orchid

📋 copy color: '#B85CEB'

red 184 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #B85CEB

Tints of Medium Orchid #B85CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 36.01%
G = 18%
B = 45.99%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B85CEB (or 0xB85CEB) is known color: Medium Orchid. HEX triplet: B8, 5C and EB. RGB value is (184,92,235). Sum of RGB (Red+Green+Blue) = 184+92+235=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #B85CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CEB is #47A314. Grayscale: #878787. Windows color (decimal): -4694805 or 15424696. OLE color: 15424696.

HSL color Cylindrical-coordinate representation of color #B85CEB: hue angle of 278.6º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85CEB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 92 235 -
CMYK 0.22 0.61 0 0.08
HSL 278.6º 0.78% 0.64% -
HSV(B) 278.6º 0.61% 0.92% -
XYZ 38.59 23.84 81.17 -
YUV 135.81 183.98 162.37 -
System Red Green Blue C M Y K H S L
Decimal 184 92 235 0.22 0.61 0 0.08 278.6 0.78 0.64
Hex B8 5C EB 16 3D 0 8 117 4E 40
Octal 270 134 353 26 75 0 10 427 116 100
Binary 10111000 1011100 11101011 10110 111101 0 1000 100010111 1001110 1000000

Color Harmonies of #B85CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CEB

Black with #B85CEB

Text Example


Text Example

White with #B85CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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