Html Css Color HEX #B439CC Medium Orchid

📋 copy color: '#B439CC'

red 180 ◦ green 57 ◦ blue 204

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

Shades of Medium Orchid #B439CC

Tints of Medium Orchid #B439CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.93%

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

R = 40.82%
G = 12.93%
B = 46.26%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B439CC (or 0xB439CC) is known color: Medium Orchid. HEX triplet: B4, 39 and CC. RGB value is (180,57,204). Sum of RGB (Red+Green+Blue) = 180+57+204=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #B439CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439CC is #4BC633. Grayscale: #6E6E6E. Windows color (decimal): -4965940 or 13384116. OLE color: 13384116.

HSL color Cylindrical-coordinate representation of color #B439CC: hue angle of 290.2º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B439CC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 57 204 -
CMYK 0.12 0.72 0 0.2
HSL 290.2º 0.59% 0.51% -
HSV(B) 290.2º 0.72% 0.8% -
XYZ 31.18 16.99 58.76 -
YUV 110.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 180 57 204 0.12 0.72 0 0.2 290.2 0.59 0.51
Hex B4 39 CC C 48 0 14 122 3B 33
Octal 264 71 314 14 110 0 24 442 73 63
Binary 10110100 111001 11001100 1100 1001000 0 10100 100100010 111011 110011

Color Harmonies of #B439CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B439CC

Black with #B439CC

Text Example


Text Example

White with #B439CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B439CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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