Html Css Color HEX #B05ECF Medium Orchid

📋 copy color: '#B05ECF'

red 176 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #B05ECF

Tints of Medium Orchid #B05ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.71%

 BLUE value IS 207 (81.25% from 255) = 43.4%

R = 36.9%
G = 19.71%
B = 43.4%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B05ECF (or 0xB05ECF) is known color: Medium Orchid. HEX triplet: B0, 5E and CF. RGB value is (176,94,207). Sum of RGB (Red+Green+Blue) = 176+94+207=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #B05ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ECF is #4FA130. Grayscale: #838383. Windows color (decimal): -5218609 or 13590192. OLE color: 13590192.

HSL color Cylindrical-coordinate representation of color #B05ECF: hue angle of 283.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05ECF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 94 207 -
CMYK 0.15 0.55 0 0.19
HSL 283.54º 0.54% 0.59% -
HSV(B) 283.54º 0.55% 0.81% -
XYZ 33.17 21.74 61.48 -
YUV 131.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 176 94 207 0.15 0.55 0 0.19 283.54 0.54 0.59
Hex B0 5E CF F 37 0 13 11C 36 3B
Octal 260 136 317 17 67 0 23 434 66 73
Binary 10110000 1011110 11001111 1111 110111 0 10011 100011100 110110 111011

Color Harmonies of #B05ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05ECF

Black with #B05ECF

Text Example


Text Example

White with #B05ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05ECF; }

 p { color: rgb(176,94,207); }

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

background-color css

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

 a { background-color: rgb(176,94,207); }

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

border-color css

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

 span { border-color: rgb(176,94,207); }

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