Html Css Color HEX #B252DB Medium Orchid

📋 copy color: '#B252DB'

red 178 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #B252DB

Tints of Medium Orchid #B252DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 37.16%
G = 17.12%
B = 45.72%

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

#B252DB (or 0xB252DB) is known color: Medium Orchid. HEX triplet: B2, 52 and DB. RGB value is (178,82,219). Sum of RGB (Red+Green+Blue) = 178+82+219=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #B252DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252DB is #4DAD24. Grayscale: #7D7D7D. Windows color (decimal): -5090597 or 14373554. OLE color: 14373554.

HSL color Cylindrical-coordinate representation of color #B252DB: hue angle of 282.04º 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 #B252DB is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 82 219 -
CMYK 0.19 0.63 0 0.14
HSL 282.04º 0.66% 0.59% -
HSV(B) 282.04º 0.63% 0.86% -
XYZ 34.16 20.61 69.2 -
YUV 126.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 178 82 219 0.19 0.63 0 0.14 282.04 0.66 0.59
Hex B2 52 DB 13 3F 0 E 11A 42 3B
Octal 262 122 333 23 77 0 16 432 102 73
Binary 10110010 1010010 11011011 10011 111111 0 1110 100011010 1000010 111011

Color Harmonies of #B252DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B252DB

Black with #B252DB

Text Example


Text Example

White with #B252DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B252DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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