Html Css Color HEX #B439CE Medium Orchid

📋 copy color: '#B439CE'

red 180 ◦ green 57 ◦ blue 206

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

Shades of Medium Orchid #B439CE

Tints of Medium Orchid #B439CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 40.63%
G = 12.87%
B = 46.5%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B439CE (or 0xB439CE) is known color: Medium Orchid. HEX triplet: B4, 39 and CE. RGB value is (180,57,206). Sum of RGB (Red+Green+Blue) = 180+57+206=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #B439CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439CE is #4BC631. Grayscale: #6E6E6E. Windows color (decimal): -4965938 or 13515188. OLE color: 13515188.

HSL color Cylindrical-coordinate representation of color #B439CE: hue angle of 289.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B439CE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 57 206 -
CMYK 0.13 0.72 0 0.19
HSL 289.53º 0.6% 0.52% -
HSV(B) 289.53º 0.72% 0.81% -
XYZ 31.43 17.09 60.03 -
YUV 110.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 180 57 206 0.13 0.72 0 0.19 289.53 0.6 0.52
Hex B4 39 CE D 48 0 13 122 3C 34
Octal 264 71 316 15 110 0 23 442 74 64
Binary 10110100 111001 11001110 1101 1001000 0 10011 100100010 111100 110100

Color Harmonies of #B439CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B439CE

Black with #B439CE

Text Example


Text Example

White with #B439CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B439CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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