Html Css Color HEX #B452CE Medium Orchid

📋 copy color: '#B452CE'

red 180 ◦ green 82 ◦ blue 206

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

Shades of Medium Orchid #B452CE

Tints of Medium Orchid #B452CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 38.46%
G = 17.52%
B = 44.02%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B452CE (or 0xB452CE) is known color: Medium Orchid. HEX triplet: B4, 52 and CE. RGB value is (180,82,206). Sum of RGB (Red+Green+Blue) = 180+82+206=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #B452CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452CE is #4BAD31. Grayscale: #7D7D7D. Windows color (decimal): -4959538 or 13521588. OLE color: 13521588.

HSL color Cylindrical-coordinate representation of color #B452CE: hue angle of 287.42º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B452CE is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 82 206 -
CMYK 0.13 0.60 0 0.19
HSL 287.42º 0.56% 0.56% -
HSV(B) 287.42º 0.6% 0.81% -
XYZ 32.98 20.19 60.55 -
YUV 125.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 180 82 206 0.13 0.60 0 0.19 287.42 0.56 0.56
Hex B4 52 CE D 3C 0 13 11F 38 38
Octal 264 122 316 15 74 0 23 437 70 70
Binary 10110100 1010010 11001110 1101 111100 0 10011 100011111 111000 111000

Color Harmonies of #B452CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452CE

Black with #B452CE

Text Example


Text Example

White with #B452CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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