Html Css Color HEX #B439CF Medium Orchid

📋 copy color: '#B439CF'

red 180 ◦ green 57 ◦ blue 207

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

Shades of Medium Orchid #B439CF

Tints of Medium Orchid #B439CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 40.54%
G = 12.84%
B = 46.62%

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

#B439CF (or 0xB439CF) is known color: Medium Orchid. HEX triplet: B4, 39 and CF. RGB value is (180,57,207). Sum of RGB (Red+Green+Blue) = 180+57+207=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #B439CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439CF is #4BC630. Grayscale: #6E6E6E. Windows color (decimal): -4965937 or 13580724. OLE color: 13580724.

HSL color Cylindrical-coordinate representation of color #B439CF: hue angle of 289.2º degrees, saturation: 0.61, 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 #B439CF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 57 207 -
CMYK 0.13 0.72 0 0.19
HSL 289.2º 0.61% 0.52% -
HSV(B) 289.2º 0.72% 0.81% -
XYZ 31.55 17.13 60.68 -
YUV 110.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 180 57 207 0.13 0.72 0 0.19 289.2 0.61 0.52
Hex B4 39 CF D 48 0 13 121 3D 34
Octal 264 71 317 15 110 0 23 441 75 64
Binary 10110100 111001 11001111 1101 1001000 0 10011 100100001 111101 110100

Color Harmonies of #B439CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B439CF

Black with #B439CF

Text Example


Text Example

White with #B439CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B439CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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