Html Css Color HEX #B444CB Medium Orchid

📋 copy color: '#B444CB'

red 180 ◦ green 68 ◦ blue 203

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

Shades of Medium Orchid #B444CB

Tints of Medium Orchid #B444CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.08%

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

R = 39.91%
G = 15.08%
B = 45.01%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B444CB (or 0xB444CB) is known color: Medium Orchid. HEX triplet: B4, 44 and CB. RGB value is (180,68,203). Sum of RGB (Red+Green+Blue) = 180+68+203=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #B444CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444CB is #4BBB34. Grayscale: #747474. Windows color (decimal): -4963125 or 13321396. OLE color: 13321396.

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

Color convert

RGB 180 68 203 -
CMYK 0.11 0.67 0 0.20
HSL 289.78º 0.56% 0.53% -
HSV(B) 289.78º 0.67% 0.8% -
XYZ 31.67 18.15 58.33 -
YUV 116.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 180 68 203 0.11 0.67 0 0.20 289.78 0.56 0.53
Hex B4 44 CB B 43 0 14 122 38 35
Octal 264 104 313 13 103 0 24 442 70 65
Binary 10110100 1000100 11001011 1011 1000011 0 10100 100100010 111000 110101

Color Harmonies of #B444CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444CB

Black with #B444CB

Text Example


Text Example

White with #B444CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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