Html Css Color HEX #B352DE Medium Orchid

📋 copy color: '#B352DE'

red 179 ◦ green 82 ◦ blue 222

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

Shades of Medium Orchid #B352DE

Tints of Medium Orchid #B352DE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.98%

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 37.06%
G = 16.98%
B = 45.96%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B352DE (or 0xB352DE) is known color: Medium Orchid. HEX triplet: B3, 52 and DE. RGB value is (179,82,222). Sum of RGB (Red+Green+Blue) = 179+82+222=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #B352DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352DE is #4CAD21. Grayscale: #7E7E7E. Windows color (decimal): -5025058 or 14570163. OLE color: 14570163.

HSL color Cylindrical-coordinate representation of color #B352DE: hue angle of 281.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B352DE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 82 222 -
CMYK 0.19 0.63 0 0.13
HSL 281.57º 0.68% 0.6% -
HSV(B) 281.57º 0.63% 0.87% -
XYZ 34.79 20.89 71.31 -
YUV 126.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 179 82 222 0.19 0.63 0 0.13 281.57 0.68 0.6
Hex B3 52 DE 13 3F 0 D 11A 44 3C
Octal 263 122 336 23 77 0 15 432 104 74
Binary 10110011 1010010 11011110 10011 111111 0 1101 100011010 1000100 111100

Color Harmonies of #B352DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352DE

Black with #B352DE

Text Example


Text Example

White with #B352DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352DE; }

 p { color: rgb(179,82,222); }

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

background-color css

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

 a { background-color: rgb(179,82,222); }

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

border-color css

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

 span { border-color: rgb(179,82,222); }

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