Html Css Color HEX #B05CE3 Medium Orchid

📋 copy color: '#B05CE3'

red 176 ◦ green 92 ◦ blue 227

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

Shades of Medium Orchid #B05CE3

Tints of Medium Orchid #B05CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.86%

R = 35.56%
G = 18.59%
B = 45.86%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B05CE3 (or 0xB05CE3) is known color: Medium Orchid. HEX triplet: B0, 5C and E3. RGB value is (176,92,227). Sum of RGB (Red+Green+Blue) = 176+92+227=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #B05CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CE3 is #4FA31C. Grayscale: #848484. Windows color (decimal): -5219101 or 14900400. OLE color: 14900400.

HSL color Cylindrical-coordinate representation of color #B05CE3: hue angle of 277.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05CE3 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 92 227 -
CMYK 0.22 0.59 0 0.11
HSL 277.33º 0.71% 0.63% -
HSV(B) 277.33º 0.59% 0.89% -
XYZ 35.6 22.43 75.13 -
YUV 132.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 176 92 227 0.22 0.59 0 0.11 277.33 0.71 0.63
Hex B0 5C E3 16 3B 0 B 115 47 3F
Octal 260 134 343 26 73 0 13 425 107 77
Binary 10110000 1011100 11100011 10110 111011 0 1011 100010101 1000111 111111

Color Harmonies of #B05CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CE3

Black with #B05CE3

Text Example


Text Example

White with #B05CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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