Html Css Color HEX #B440CA Medium Orchid

📋 copy color: '#B440CA'

red 180 ◦ green 64 ◦ blue 202

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

Shades of Medium Orchid #B440CA

Tints of Medium Orchid #B440CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.35%

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

R = 40.36%
G = 14.35%
B = 45.29%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B440CA (or 0xB440CA) is known color: Medium Orchid. HEX triplet: B4, 40 and CA. RGB value is (180,64,202). Sum of RGB (Red+Green+Blue) = 180+64+202=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #B440CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440CA is #4BBF35. Grayscale: #717171. Windows color (decimal): -4964150 or 13254836. OLE color: 13254836.

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

Color convert

RGB 180 64 202 -
CMYK 0.11 0.68 0 0.21
HSL 290.43º 0.57% 0.52% -
HSV(B) 290.43º 0.68% 0.79% -
XYZ 31.32 17.63 57.63 -
YUV 114.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 180 64 202 0.11 0.68 0 0.21 290.43 0.57 0.52
Hex B4 40 CA B 44 0 15 122 39 34
Octal 264 100 312 13 104 0 25 442 71 64
Binary 10110100 1000000 11001010 1011 1000100 0 10101 100100010 111001 110100

Color Harmonies of #B440CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B440CA

Black with #B440CA

Text Example


Text Example

White with #B440CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B440CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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