Html Css Color HEX #B05BEC Medium Orchid

📋 copy color: '#B05BEC'

red 176 ◦ green 91 ◦ blue 236

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

Shades of Medium Orchid #B05BEC

Tints of Medium Orchid #B05BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 34.99%
G = 18.09%
B = 46.92%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B05BEC (or 0xB05BEC) is known color: Medium Orchid. HEX triplet: B0, 5B and EC. RGB value is (176,91,236). Sum of RGB (Red+Green+Blue) = 176+91+236=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #B05BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BEC is #4FA413. Grayscale: #848484. Windows color (decimal): -5219348 or 15489968. OLE color: 15489968.

HSL color Cylindrical-coordinate representation of color #B05BEC: hue angle of 275.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05BEC is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 91 236 -
CMYK 0.25 0.61 0 0.07
HSL 275.17º 0.79% 0.64% -
HSV(B) 275.17º 0.61% 0.93% -
XYZ 36.79 22.77 81.81 -
YUV 132.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 176 91 236 0.25 0.61 0 0.07 275.17 0.79 0.64
Hex B0 5B EC 19 3D 0 7 113 4F 40
Octal 260 133 354 31 75 0 7 423 117 100
Binary 10110000 1011011 11101100 11001 111101 0 111 100010011 1001111 1000000

Color Harmonies of #B05BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BEC

Black with #B05BEC

Text Example


Text Example

White with #B05BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BEC; }

 p { color: rgb(176,91,236); }

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

background-color css

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

 a { background-color: rgb(176,91,236); }

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

border-color css

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

 span { border-color: rgb(176,91,236); }

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