Html Css Color HEX #B352EA Medium Orchid

📋 copy color: '#B352EA'

red 179 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #B352EA

Tints of Medium Orchid #B352EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 36.16%
G = 16.57%
B = 47.27%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B352EA (or 0xB352EA) is known color: Medium Orchid. HEX triplet: B3, 52 and EA. RGB value is (179,82,234). Sum of RGB (Red+Green+Blue) = 179+82+234=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #B352EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B352EA is #4CAD15. Grayscale: #7F7F7F. Windows color (decimal): -5025046 or 15356595. OLE color: 15356595.

HSL color Cylindrical-coordinate representation of color #B352EA: hue angle of 278.29º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B352EA is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 82 234 -
CMYK 0.24 0.65 0 0.08
HSL 278.29º 0.78% 0.62% -
HSV(B) 278.29º 0.65% 0.92% -
XYZ 36.46 21.56 80.08 -
YUV 128.33 187.64 164.14 -
System Red Green Blue C M Y K H S L
Decimal 179 82 234 0.24 0.65 0 0.08 278.29 0.78 0.62
Hex B3 52 EA 18 41 0 8 116 4E 3E
Octal 263 122 352 30 101 0 10 426 116 76
Binary 10110011 1010010 11101010 11000 1000001 0 1000 100010110 1001110 111110

Color Harmonies of #B352EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352EA

Black with #B352EA

Text Example


Text Example

White with #B352EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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