Html Css Color HEX #B342CF Medium Orchid

📋 copy color: '#B342CF'

red 179 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #B342CF

Tints of Medium Orchid #B342CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.6%

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

R = 39.6%
G = 14.6%
B = 45.8%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B342CF (or 0xB342CF) is known color: Medium Orchid. HEX triplet: B3, 42 and CF. RGB value is (179,66,207). Sum of RGB (Red+Green+Blue) = 179+66+207=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #B342CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342CF is #4CBD30. Grayscale: #737373. Windows color (decimal): -5029169 or 13583027. OLE color: 13583027.

HSL color Cylindrical-coordinate representation of color #B342CF: hue angle of 288.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B342CF is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 66 207 -
CMYK 0.14 0.68 0 0.19
HSL 288.09º 0.59% 0.54% -
HSV(B) 288.09º 0.68% 0.81% -
XYZ 31.8 17.99 60.83 -
YUV 115.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 179 66 207 0.14 0.68 0 0.19 288.09 0.59 0.54
Hex B3 42 CF E 44 0 13 120 3B 36
Octal 263 102 317 16 104 0 23 440 73 66
Binary 10110011 1000010 11001111 1110 1000100 0 10011 100100000 111011 110110

Color Harmonies of #B342CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342CF

Black with #B342CF

Text Example


Text Example

White with #B342CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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