Html Css Color HEX #B452DA Medium Orchid

📋 copy color: '#B452DA'

red 180 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #B452DA

Tints of Medium Orchid #B452DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 37.5%
G = 17.08%
B = 45.42%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B452DA (or 0xB452DA) is known color: Medium Orchid. HEX triplet: B4, 52 and DA. RGB value is (180,82,218). Sum of RGB (Red+Green+Blue) = 180+82+218=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #B452DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452DA is #4BAD25. Grayscale: #7E7E7E. Windows color (decimal): -4959526 or 14308020. OLE color: 14308020.

HSL color Cylindrical-coordinate representation of color #B452DA: hue angle of 283.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B452DA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 82 218 -
CMYK 0.17 0.62 0 0.15
HSL 283.24º 0.65% 0.59% -
HSV(B) 283.24º 0.62% 0.85% -
XYZ 34.49 20.8 68.53 -
YUV 126.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 180 82 218 0.17 0.62 0 0.15 283.24 0.65 0.59
Hex B4 52 DA 11 3E 0 F 11B 41 3B
Octal 264 122 332 21 76 0 17 433 101 73
Binary 10110100 1010010 11011010 10001 111110 0 1111 100011011 1000001 111011

Color Harmonies of #B452DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452DA

Black with #B452DA

Text Example


Text Example

White with #B452DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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