Html Css Color HEX #B045CA Medium Orchid

📋 copy color: '#B045CA'

red 176 ◦ green 69 ◦ blue 202

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

Shades of Medium Orchid #B045CA

Tints of Medium Orchid #B045CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.44%

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

R = 39.37%
G = 15.44%
B = 45.19%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B045CA (or 0xB045CA) is known color: Medium Orchid. HEX triplet: B0, 45 and CA. RGB value is (176,69,202). Sum of RGB (Red+Green+Blue) = 176+69+202=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #B045CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045CA is #4FBA35. Grayscale: #737373. Windows color (decimal): -5225014 or 13256112. OLE color: 13256112.

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

Color convert

RGB 176 69 202 -
CMYK 0.13 0.66 0 0.21
HSL 288.27º 0.56% 0.53% -
HSV(B) 288.27º 0.66% 0.79% -
XYZ 30.69 17.75 57.69 -
YUV 116.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 176 69 202 0.13 0.66 0 0.21 288.27 0.56 0.53
Hex B0 45 CA D 42 0 15 120 38 35
Octal 260 105 312 15 102 0 25 440 70 65
Binary 10110000 1000101 11001010 1101 1000010 0 10101 100100000 111000 110101

Color Harmonies of #B045CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B045CA

Black with #B045CA

Text Example


Text Example

White with #B045CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B045CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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