Html Css Color HEX #B444CA Medium Orchid

📋 copy color: '#B444CA'

red 180 ◦ green 68 ◦ blue 202

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

Shades of Medium Orchid #B444CA

Tints of Medium Orchid #B444CA

RGB

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

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

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

R = 40%
G = 15.11%
B = 44.89%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B444CA (or 0xB444CA) is known color: Medium Orchid. HEX triplet: B4, 44 and CA. RGB value is (180,68,202). Sum of RGB (Red+Green+Blue) = 180+68+202=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #B444CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444CA is #4BBB35. Grayscale: #747474. Windows color (decimal): -4963126 or 13255860. OLE color: 13255860.

HSL color Cylindrical-coordinate representation of color #B444CA: hue angle of 290.15º 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 #B444CA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 68 202 -
CMYK 0.11 0.66 0 0.21
HSL 290.15º 0.56% 0.53% -
HSV(B) 290.15º 0.66% 0.79% -
XYZ 31.55 18.1 57.71 -
YUV 116.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 180 68 202 0.11 0.66 0 0.21 290.15 0.56 0.53
Hex B4 44 CA B 42 0 15 122 38 35
Octal 264 104 312 13 102 0 25 442 70 65
Binary 10110100 1000100 11001010 1011 1000010 0 10101 100100010 111000 110101

Color Harmonies of #B444CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444CA

Black with #B444CA

Text Example


Text Example

White with #B444CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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