Html Css Color HEX #B439CB Medium Orchid

📋 copy color: '#B439CB'

red 180 ◦ green 57 ◦ blue 203

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

Shades of Medium Orchid #B439CB

Tints of Medium Orchid #B439CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 40.91%
G = 12.95%
B = 46.14%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B439CB (or 0xB439CB) is known color: Medium Orchid. HEX triplet: B4, 39 and CB. RGB value is (180,57,203). Sum of RGB (Red+Green+Blue) = 180+57+203=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #B439CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439CB is #4BC634. Grayscale: #6D6D6D. Windows color (decimal): -4965941 or 13318580. OLE color: 13318580.

HSL color Cylindrical-coordinate representation of color #B439CB: hue angle of 290.55º degrees, saturation: 0.58, 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 #B439CB is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 57 203 -
CMYK 0.11 0.72 0 0.20
HSL 290.55º 0.58% 0.51% -
HSV(B) 290.55º 0.72% 0.8% -
XYZ 31.07 16.94 58.13 -
YUV 110.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 180 57 203 0.11 0.72 0 0.20 290.55 0.58 0.51
Hex B4 39 CB B 48 0 14 123 3A 33
Octal 264 71 313 13 110 0 24 443 72 63
Binary 10110100 111001 11001011 1011 1001000 0 10100 100100011 111010 110011

Color Harmonies of #B439CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B439CB

Black with #B439CB

Text Example


Text Example

White with #B439CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B439CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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