Html Css Color HEX #B342CB Medium Orchid

📋 copy color: '#B342CB'

red 179 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #B342CB

Tints of Medium Orchid #B342CB

RGB

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

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

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

R = 39.96%
G = 14.73%
B = 45.31%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B342CB (or 0xB342CB) is known color: Medium Orchid. HEX triplet: B3, 42 and CB. RGB value is (179,66,203). Sum of RGB (Red+Green+Blue) = 179+66+203=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #B342CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342CB is #4CBD34. Grayscale: #727272. Windows color (decimal): -5029173 or 13320883. OLE color: 13320883.

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

Color convert

RGB 179 66 203 -
CMYK 0.12 0.67 0 0.20
HSL 289.49º 0.57% 0.53% -
HSV(B) 289.49º 0.67% 0.8% -
XYZ 31.32 17.79 58.28 -
YUV 115.41 177.44 173.36 -
System Red Green Blue C M Y K H S L
Decimal 179 66 203 0.12 0.67 0 0.20 289.49 0.57 0.53
Hex B3 42 CB C 43 0 14 121 39 35
Octal 263 102 313 14 103 0 24 441 71 65
Binary 10110011 1000010 11001011 1100 1000011 0 10100 100100001 111001 110101

Color Harmonies of #B342CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342CB

Black with #B342CB

Text Example


Text Example

White with #B342CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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