Html Css Color HEX #B352DA Medium Orchid

📋 copy color: '#B352DA'

red 179 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #B352DA

Tints of Medium Orchid #B352DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 37.37%
G = 17.12%
B = 45.51%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B352DA (or 0xB352DA) is known color: Medium Orchid. HEX triplet: B3, 52 and DA. RGB value is (179,82,218). Sum of RGB (Red+Green+Blue) = 179+82+218=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #B352DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352DA is #4CAD25. Grayscale: #7E7E7E. Windows color (decimal): -5025062 or 14308019. OLE color: 14308019.

HSL color Cylindrical-coordinate representation of color #B352DA: hue angle of 282.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B352DA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 82 218 -
CMYK 0.18 0.62 0 0.15
HSL 282.79º 0.65% 0.59% -
HSV(B) 282.79º 0.62% 0.85% -
XYZ 34.26 20.68 68.52 -
YUV 126.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 179 82 218 0.18 0.62 0 0.15 282.79 0.65 0.59
Hex B3 52 DA 12 3E 0 F 11B 41 3B
Octal 263 122 332 22 76 0 17 433 101 73
Binary 10110011 1010010 11011010 10010 111110 0 1111 100011011 1000001 111011

Color Harmonies of #B352DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352DA

Black with #B352DA

Text Example


Text Example

White with #B352DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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