Html Css Color HEX #B040CA Medium Orchid

📋 copy color: '#B040CA'

red 176 ◦ green 64 ◦ blue 202

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

Shades of Medium Orchid #B040CA

Tints of Medium Orchid #B040CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 39.82%
G = 14.48%
B = 45.7%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B040CA (or 0xB040CA) is known color: Medium Orchid. HEX triplet: B0, 40 and CA. RGB value is (176,64,202). Sum of RGB (Red+Green+Blue) = 176+64+202=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #B040CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040CA is #4FBF35. Grayscale: #707070. Windows color (decimal): -5226294 or 13254832. OLE color: 13254832.

HSL color Cylindrical-coordinate representation of color #B040CA: hue angle of 288.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B040CA is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 64 202 -
CMYK 0.13 0.68 0 0.21
HSL 288.7º 0.57% 0.52% -
HSV(B) 288.7º 0.68% 0.79% -
XYZ 30.4 17.16 57.59 -
YUV 113.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 176 64 202 0.13 0.68 0 0.21 288.7 0.57 0.52
Hex B0 40 CA D 44 0 15 121 39 34
Octal 260 100 312 15 104 0 25 441 71 64
Binary 10110000 1000000 11001010 1101 1000100 0 10101 100100001 111001 110100

Color Harmonies of #B040CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040CA

Black with #B040CA

Text Example


Text Example

White with #B040CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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