Html Css Color HEX #B452E9 Medium Orchid

📋 copy color: '#B452E9'

red 180 ◦ green 82 ◦ blue 233

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

Shades of Medium Orchid #B452E9

Tints of Medium Orchid #B452E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 36.36%
G = 16.57%
B = 47.07%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B452E9 (or 0xB452E9) is known color: Medium Orchid. HEX triplet: B4, 52 and E9. RGB value is (180,82,233). Sum of RGB (Red+Green+Blue) = 180+82+233=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #B452E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B452E9 is #4BAD16. Grayscale: #808080. Windows color (decimal): -4959511 or 15291060. OLE color: 15291060.

HSL color Cylindrical-coordinate representation of color #B452E9: hue angle of 278.94º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B452E9 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 82 233 -
CMYK 0.23 0.65 0 0.09
HSL 278.94º 0.77% 0.62% -
HSV(B) 278.94º 0.65% 0.91% -
XYZ 36.55 21.62 79.34 -
YUV 128.52 186.97 164.72 -
System Red Green Blue C M Y K H S L
Decimal 180 82 233 0.23 0.65 0 0.09 278.94 0.77 0.62
Hex B4 52 E9 17 41 0 9 117 4D 3E
Octal 264 122 351 27 101 0 11 427 115 76
Binary 10110100 1010010 11101001 10111 1000001 0 1001 100010111 1001101 111110

Color Harmonies of #B452E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452E9

Black with #B452E9

Text Example


Text Example

White with #B452E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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