Html Css Color HEX #B452C6 Medium Orchid

📋 copy color: '#B452C6'

red 180 ◦ green 82 ◦ blue 198

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

Shades of Medium Orchid #B452C6

Tints of Medium Orchid #B452C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 39.13%
G = 17.83%
B = 43.04%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B452C6 (or 0xB452C6) is known color: Medium Orchid. HEX triplet: B4, 52 and C6. RGB value is (180,82,198). Sum of RGB (Red+Green+Blue) = 180+82+198=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #B452C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452C6 is #4BAD39. Grayscale: #7C7C7C. Windows color (decimal): -4959546 or 12997300. OLE color: 12997300.

HSL color Cylindrical-coordinate representation of color #B452C6: hue angle of 290.69º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B452C6 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 82 198 -
CMYK 0.09 0.59 0 0.22
HSL 290.69º 0.5% 0.55% -
HSV(B) 290.69º 0.59% 0.78% -
XYZ 32.03 19.82 55.56 -
YUV 124.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 180 82 198 0.09 0.59 0 0.22 290.69 0.5 0.55
Hex B4 52 C6 9 3B 0 16 123 32 37
Octal 264 122 306 11 73 0 26 443 62 67
Binary 10110100 1010010 11000110 1001 111011 0 10110 100100011 110010 110111

Color Harmonies of #B452C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452C6

Black with #B452C6

Text Example


Text Example

White with #B452C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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