Html Css Color HEX #B352CE Medium Orchid

📋 copy color: '#B352CE'

red 179 ◦ green 82 ◦ blue 206

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

Shades of Medium Orchid #B352CE

Tints of Medium Orchid #B352CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 38.33%
G = 17.56%
B = 44.11%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B352CE (or 0xB352CE) is known color: Medium Orchid. HEX triplet: B3, 52 and CE. RGB value is (179,82,206). Sum of RGB (Red+Green+Blue) = 179+82+206=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #B352CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352CE is #4CAD31. Grayscale: #7C7C7C. Windows color (decimal): -5025074 or 13521587. OLE color: 13521587.

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

Color convert

RGB 179 82 206 -
CMYK 0.13 0.60 0 0.19
HSL 286.94º 0.56% 0.56% -
HSV(B) 286.94º 0.6% 0.81% -
XYZ 32.75 20.07 60.54 -
YUV 125.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 179 82 206 0.13 0.60 0 0.19 286.94 0.56 0.56
Hex B3 52 CE D 3C 0 13 11F 38 38
Octal 263 122 316 15 74 0 23 437 70 70
Binary 10110011 1010010 11001110 1101 111100 0 10011 100011111 111000 111000

Color Harmonies of #B352CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352CE

Black with #B352CE

Text Example


Text Example

White with #B352CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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