Html Css Color HEX #B252DD Medium Orchid

📋 copy color: '#B252DD'

red 178 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #B252DD

Tints of Medium Orchid #B252DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 37.01%
G = 17.05%
B = 45.95%

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

#B252DD (or 0xB252DD) is known color: Medium Orchid. HEX triplet: B2, 52 and DD. RGB value is (178,82,221). Sum of RGB (Red+Green+Blue) = 178+82+221=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #B252DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252DD is #4DAD22. Grayscale: #7E7E7E. Windows color (decimal): -5090595 or 14504626. OLE color: 14504626.

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

Color convert

RGB 178 82 221 -
CMYK 0.19 0.63 0 0.13
HSL 281.44º 0.67% 0.59% -
HSV(B) 281.44º 0.63% 0.87% -
XYZ 34.43 20.72 70.59 -
YUV 126.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 178 82 221 0.19 0.63 0 0.13 281.44 0.67 0.59
Hex B2 52 DD 13 3F 0 D 119 43 3B
Octal 262 122 335 23 77 0 15 431 103 73
Binary 10110010 1010010 11011101 10011 111111 0 1101 100011001 1000011 111011

Color Harmonies of #B252DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B252DD

Black with #B252DD

Text Example


Text Example

White with #B252DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B252DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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