Html Css Color HEX #B05CE0 Medium Orchid

📋 copy color: '#B05CE0'

red 176 ◦ green 92 ◦ blue 224

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

Shades of Medium Orchid #B05CE0

Tints of Medium Orchid #B05CE0

RGB

 RED value IS 176 (69.14% from 255) = 35.77%

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 35.77%
G = 18.7%
B = 45.53%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B05CE0 (or 0xB05CE0) is known color: Medium Orchid. HEX triplet: B0, 5C and E0. RGB value is (176,92,224). Sum of RGB (Red+Green+Blue) = 176+92+224=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #B05CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CE0 is #4FA31F. Grayscale: #838383. Windows color (decimal): -5219104 or 14703792. OLE color: 14703792.

HSL color Cylindrical-coordinate representation of color #B05CE0: hue angle of 278.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05CE0 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 92 224 -
CMYK 0.21 0.59 0 0.12
HSL 278.18º 0.68% 0.62% -
HSV(B) 278.18º 0.59% 0.88% -
XYZ 35.19 22.27 72.96 -
YUV 132.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 176 92 224 0.21 0.59 0 0.12 278.18 0.68 0.62
Hex B0 5C E0 15 3B 0 C 116 44 3E
Octal 260 134 340 25 73 0 14 426 104 76
Binary 10110000 1011100 11100000 10101 111011 0 1100 100010110 1000100 111110

Color Harmonies of #B05CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CE0

Black with #B05CE0

Text Example


Text Example

White with #B05CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CE0; }

 p { color: rgb(176,92,224); }

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

background-color css

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

 a { background-color: rgb(176,92,224); }

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

border-color css

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

 span { border-color: rgb(176,92,224); }

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