Html Css Color HEX #B045CB Medium Orchid

📋 copy color: '#B045CB'

red 176 ◦ green 69 ◦ blue 203

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

Shades of Medium Orchid #B045CB

Tints of Medium Orchid #B045CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 39.29%
G = 15.4%
B = 45.31%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B045CB (or 0xB045CB) is known color: Medium Orchid. HEX triplet: B0, 45 and CB. RGB value is (176,69,203). Sum of RGB (Red+Green+Blue) = 176+69+203=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #B045CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045CB is #4FBA34. Grayscale: #737373. Windows color (decimal): -5225013 or 13321648. OLE color: 13321648.

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

Color convert

RGB 176 69 203 -
CMYK 0.13 0.66 0 0.20
HSL 287.91º 0.56% 0.53% -
HSV(B) 287.91º 0.66% 0.8% -
XYZ 30.81 17.8 58.31 -
YUV 116.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 176 69 203 0.13 0.66 0 0.20 287.91 0.56 0.53
Hex B0 45 CB D 42 0 14 120 38 35
Octal 260 105 313 15 102 0 24 440 70 65
Binary 10110000 1000101 11001011 1101 1000010 0 10100 100100000 111000 110101

Color Harmonies of #B045CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B045CB

Black with #B045CB

Text Example


Text Example

White with #B045CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B045CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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