Html Css Color HEX #B05DCC Medium Orchid

📋 copy color: '#B05DCC'

red 176 ◦ green 93 ◦ blue 204

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

Shades of Medium Orchid #B05DCC

Tints of Medium Orchid #B05DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.66%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 37.21%
G = 19.66%
B = 43.13%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B05DCC (or 0xB05DCC) is known color: Medium Orchid. HEX triplet: B0, 5D and CC. RGB value is (176,93,204). Sum of RGB (Red+Green+Blue) = 176+93+204=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #B05DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DCC is #4FA233. Grayscale: #828282. Windows color (decimal): -5218868 or 13393328. OLE color: 13393328.

HSL color Cylindrical-coordinate representation of color #B05DCC: hue angle of 284.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05DCC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 93 204 -
CMYK 0.14 0.54 0 0.2
HSL 284.86º 0.52% 0.58% -
HSV(B) 284.86º 0.54% 0.8% -
XYZ 32.72 21.42 59.54 -
YUV 130.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 176 93 204 0.14 0.54 0 0.2 284.86 0.52 0.58
Hex B0 5D CC E 36 0 14 11D 34 3A
Octal 260 135 314 16 66 0 24 435 64 72
Binary 10110000 1011101 11001100 1110 110110 0 10100 100011101 110100 111010

Color Harmonies of #B05DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DCC

Black with #B05DCC

Text Example


Text Example

White with #B05DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DCC; }

 p { color: rgb(176,93,204); }

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

background-color css

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

 a { background-color: rgb(176,93,204); }

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

border-color css

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

 span { border-color: rgb(176,93,204); }

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