Html Css Color HEX #B252DC Medium Orchid

📋 copy color: '#B252DC'

red 178 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #B252DC

Tints of Medium Orchid #B252DC

RGB

 RED value IS 178 (69.92% from 255) = 37.08%

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 37.08%
G = 17.08%
B = 45.83%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B252DC (or 0xB252DC) is known color: Medium Orchid. HEX triplet: B2, 52 and DC. RGB value is (178,82,220). Sum of RGB (Red+Green+Blue) = 178+82+220=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #B252DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252DC is #4DAD23. Grayscale: #7D7D7D. Windows color (decimal): -5090596 or 14439090. OLE color: 14439090.

HSL color Cylindrical-coordinate representation of color #B252DC: hue angle of 281.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B252DC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 82 220 -
CMYK 0.19 0.63 0 0.14
HSL 281.74º 0.66% 0.59% -
HSV(B) 281.74º 0.63% 0.86% -
XYZ 34.3 20.67 69.89 -
YUV 126.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 178 82 220 0.19 0.63 0 0.14 281.74 0.66 0.59
Hex B2 52 DC 13 3F 0 E 11A 42 3B
Octal 262 122 334 23 77 0 16 432 102 73
Binary 10110010 1010010 11011100 10011 111111 0 1110 100011010 1000010 111011

Color Harmonies of #B252DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B252DC

Black with #B252DC

Text Example


Text Example

White with #B252DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B252DC; }

 p { color: rgb(178,82,220); }

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

background-color css

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

 a { background-color: rgb(178,82,220); }

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

border-color css

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

 span { border-color: rgb(178,82,220); }

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