Html Css Color HEX #B252DF Medium Orchid

📋 copy color: '#B252DF'

red 178 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #B252DF

Tints of Medium Orchid #B252DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 36.85%
G = 16.98%
B = 46.17%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B252DF (or 0xB252DF) is known color: Medium Orchid. HEX triplet: B2, 52 and DF. RGB value is (178,82,223). Sum of RGB (Red+Green+Blue) = 178+82+223=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #B252DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252DF is #4DAD20. Grayscale: #7E7E7E. Windows color (decimal): -5090593 or 14635698. OLE color: 14635698.

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

Color convert

RGB 178 82 223 -
CMYK 0.20 0.63 0 0.13
HSL 280.85º 0.69% 0.6% -
HSV(B) 280.85º 0.63% 0.87% -
XYZ 34.7 20.83 72 -
YUV 126.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 178 82 223 0.20 0.63 0 0.13 280.85 0.69 0.6
Hex B2 52 DF 14 3F 0 D 119 45 3C
Octal 262 122 337 24 77 0 15 431 105 74
Binary 10110010 1010010 11011111 10100 111111 0 1101 100011001 1000101 111100

Color Harmonies of #B252DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B252DF

Black with #B252DF

Text Example


Text Example

White with #B252DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B252DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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