Html Css Color HEX #B339CF Medium Orchid

📋 copy color: '#B339CF'

red 179 ◦ green 57 ◦ blue 207

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

Shades of Medium Orchid #B339CF

Tints of Medium Orchid #B339CF

RGB

 RED value IS 179 (70.31% from 255) = 40.41%

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

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

R = 40.41%
G = 12.87%
B = 46.73%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B339CF (or 0xB339CF) is known color: Medium Orchid. HEX triplet: B3, 39 and CF. RGB value is (179,57,207). Sum of RGB (Red+Green+Blue) = 179+57+207=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #B339CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339CF is #4CC630. Grayscale: #6E6E6E. Windows color (decimal): -5031473 or 13580723. OLE color: 13580723.

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

Color convert

RGB 179 57 207 -
CMYK 0.14 0.72 0 0.19
HSL 288.8º 0.61% 0.52% -
HSV(B) 288.8º 0.72% 0.81% -
XYZ 31.32 17.01 60.67 -
YUV 110.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 179 57 207 0.14 0.72 0 0.19 288.8 0.61 0.52
Hex B3 39 CF E 48 0 13 121 3D 34
Octal 263 71 317 16 110 0 23 441 75 64
Binary 10110011 111001 11001111 1110 1001000 0 10011 100100001 111101 110100

Color Harmonies of #B339CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B339CF

Black with #B339CF

Text Example


Text Example

White with #B339CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B339CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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