Html Css Color HEX #B444CC Medium Orchid

📋 copy color: '#B444CC'

red 180 ◦ green 68 ◦ blue 204

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

Shades of Medium Orchid #B444CC

Tints of Medium Orchid #B444CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 39.82%
G = 15.04%
B = 45.13%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B444CC (or 0xB444CC) is known color: Medium Orchid. HEX triplet: B4, 44 and CC. RGB value is (180,68,204). Sum of RGB (Red+Green+Blue) = 180+68+204=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #B444CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444CC is #4BBB33. Grayscale: #747474. Windows color (decimal): -4963124 or 13386932. OLE color: 13386932.

HSL color Cylindrical-coordinate representation of color #B444CC: hue angle of 289.41º degrees, saturation: 0.57, 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 #B444CC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 68 204 -
CMYK 0.12 0.67 0 0.2
HSL 289.41º 0.57% 0.53% -
HSV(B) 289.41º 0.67% 0.8% -
XYZ 31.79 18.2 58.96 -
YUV 116.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 180 68 204 0.12 0.67 0 0.2 289.41 0.57 0.53
Hex B4 44 CC C 43 0 14 121 39 35
Octal 264 104 314 14 103 0 24 441 71 65
Binary 10110100 1000100 11001100 1100 1000011 0 10100 100100001 111001 110101

Color Harmonies of #B444CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444CC

Black with #B444CC

Text Example


Text Example

White with #B444CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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