Html Css Color HEX #B441CB Medium Orchid

📋 copy color: '#B441CB'

red 180 ◦ green 65 ◦ blue 203

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

Shades of Medium Orchid #B441CB

Tints of Medium Orchid #B441CB

RGB

 RED value IS 180 (70.7% from 255) = 40.18%

 GREEN value IS 65 (25.78% from 255) = 14.51%

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

R = 40.18%
G = 14.51%
B = 45.31%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B441CB (or 0xB441CB) is known color: Medium Orchid. HEX triplet: B4, 41 and CB. RGB value is (180,65,203). Sum of RGB (Red+Green+Blue) = 180+65+203=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 65 (25.78% from 255 or 14.51% 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 #B441CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441CB is #4BBE34. Grayscale: #727272. Windows color (decimal): -4963893 or 13320628. OLE color: 13320628.

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

Color convert

RGB 180 65 203 -
CMYK 0.11 0.68 0 0.20
HSL 290º 0.57% 0.53% -
HSV(B) 290º 0.68% 0.8% -
XYZ 31.49 17.8 58.28 -
YUV 115.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 180 65 203 0.11 0.68 0 0.20 290 0.57 0.53
Hex B4 41 CB B 44 0 14 122 39 35
Octal 264 101 313 13 104 0 24 442 71 65
Binary 10110100 1000001 11001011 1011 1000100 0 10100 100100010 111001 110101

Color Harmonies of #B441CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441CB

Black with #B441CB

Text Example


Text Example

White with #B441CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441CB; }

 p { color: rgb(180,65,203); }

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

background-color css

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

 a { background-color: rgb(180,65,203); }

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

border-color css

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

 span { border-color: rgb(180,65,203); }

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