Html Css Color HEX #B452DD Medium Orchid

📋 copy color: '#B452DD'

red 180 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #B452DD

Tints of Medium Orchid #B452DD

RGB

 RED value IS 180 (70.7% from 255) = 37.27%

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

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

R = 37.27%
G = 16.98%
B = 45.76%

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

#B452DD (or 0xB452DD) is known color: Medium Orchid. HEX triplet: B4, 52 and DD. RGB value is (180,82,221). Sum of RGB (Red+Green+Blue) = 180+82+221=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #B452DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452DD is #4BAD22. Grayscale: #7E7E7E. Windows color (decimal): -4959523 or 14504628. OLE color: 14504628.

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

Color convert

RGB 180 82 221 -
CMYK 0.19 0.63 0 0.13
HSL 282.3º 0.67% 0.59% -
HSV(B) 282.3º 0.63% 0.87% -
XYZ 34.89 20.96 70.61 -
YUV 127.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 180 82 221 0.19 0.63 0 0.13 282.3 0.67 0.59
Hex B4 52 DD 13 3F 0 D 11A 43 3B
Octal 264 122 335 23 77 0 15 432 103 73
Binary 10110100 1010010 11011101 10011 111111 0 1101 100011010 1000011 111011

Color Harmonies of #B452DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452DD

Black with #B452DD

Text Example


Text Example

White with #B452DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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