Html Css Color HEX #B452F0 Medium Orchid

📋 copy color: '#B452F0'

red 180 ◦ green 82 ◦ blue 240

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

Shades of Medium Orchid #B452F0

Tints of Medium Orchid #B452F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.81%

R = 35.86%
G = 16.33%
B = 47.81%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B452F0 (or 0xB452F0) is known color: Medium Orchid. HEX triplet: B4, 52 and F0. RGB value is (180,82,240). Sum of RGB (Red+Green+Blue) = 180+82+240=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #B452F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B452F0 is #4BAD0F. Grayscale: #808080. Windows color (decimal): -4959504 or 15749812. OLE color: 15749812.

HSL color Cylindrical-coordinate representation of color #B452F0: hue angle of 277.22º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B452F0 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 82 240 -
CMYK 0.25 0.66 0 0.06
HSL 277.22º 0.84% 0.63% -
HSV(B) 277.22º 0.66% 0.94% -
XYZ 37.57 22.03 84.71 -
YUV 129.31 190.47 164.15 -
System Red Green Blue C M Y K H S L
Decimal 180 82 240 0.25 0.66 0 0.06 277.22 0.84 0.63
Hex B4 52 F0 19 42 0 6 115 54 3F
Octal 264 122 360 31 102 0 6 425 124 77
Binary 10110100 1010010 11110000 11001 1000010 0 110 100010101 1010100 111111

Color Harmonies of #B452F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452F0

Black with #B452F0

Text Example


Text Example

White with #B452F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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