Html Css Color HEX #B342CC Medium Orchid

📋 copy color: '#B342CC'

red 179 ◦ green 66 ◦ blue 204

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

Shades of Medium Orchid #B342CC

Tints of Medium Orchid #B342CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 39.87%
G = 14.7%
B = 45.43%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B342CC (or 0xB342CC) is known color: Medium Orchid. HEX triplet: B3, 42 and CC. RGB value is (179,66,204). Sum of RGB (Red+Green+Blue) = 179+66+204=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #B342CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342CC is #4CBD33. Grayscale: #737373. Windows color (decimal): -5029172 or 13386419. OLE color: 13386419.

HSL color Cylindrical-coordinate representation of color #B342CC: hue angle of 289.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B342CC is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 66 204 -
CMYK 0.12 0.68 0 0.2
HSL 289.13º 0.58% 0.53% -
HSV(B) 289.13º 0.68% 0.8% -
XYZ 31.44 17.84 58.91 -
YUV 115.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 179 66 204 0.12 0.68 0 0.2 289.13 0.58 0.53
Hex B3 42 CC C 44 0 14 121 3A 35
Octal 263 102 314 14 104 0 24 441 72 65
Binary 10110011 1000010 11001100 1100 1000100 0 10100 100100001 111010 110101

Color Harmonies of #B342CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342CC

Black with #B342CC

Text Example


Text Example

White with #B342CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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