Html Css Color HEX #B040CC Medium Orchid

📋 copy color: '#B040CC'

red 176 ◦ green 64 ◦ blue 204

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

Shades of Medium Orchid #B040CC

Tints of Medium Orchid #B040CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

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

R = 39.64%
G = 14.41%
B = 45.95%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B040CC (or 0xB040CC) is known color: Medium Orchid. HEX triplet: B0, 40 and CC. RGB value is (176,64,204). Sum of RGB (Red+Green+Blue) = 176+64+204=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #B040CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040CC is #4FBF33. Grayscale: #717171. Windows color (decimal): -5226292 or 13385904. OLE color: 13385904.

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

Color convert

RGB 176 64 204 -
CMYK 0.14 0.69 0 0.2
HSL 288º 0.58% 0.53% -
HSV(B) 288º 0.69% 0.8% -
XYZ 30.64 17.26 58.84 -
YUV 113.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 176 64 204 0.14 0.69 0 0.2 288 0.58 0.53
Hex B0 40 CC E 45 0 14 120 3A 35
Octal 260 100 314 16 105 0 24 440 72 65
Binary 10110000 1000000 11001100 1110 1000101 0 10100 100100000 111010 110101

Color Harmonies of #B040CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040CC

Black with #B040CC

Text Example


Text Example

White with #B040CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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