Html Css Color HEX #B452F8 Medium Orchid

📋 copy color: '#B452F8'

red 180 ◦ green 82 ◦ blue 248

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

Shades of Medium Orchid #B452F8

Tints of Medium Orchid #B452F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.63%

R = 35.29%
G = 16.08%
B = 48.63%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B452F8 (or 0xB452F8) is known color: Medium Orchid. HEX triplet: B4, 52 and F8. RGB value is (180,82,248). Sum of RGB (Red+Green+Blue) = 180+82+248=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #B452F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B452F8 is #4BAD07. Grayscale: #818181. Windows color (decimal): -4959496 or 16274100. OLE color: 16274100.

HSL color Cylindrical-coordinate representation of color #B452F8: hue angle of 275.42º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B452F8 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 82 248 -
CMYK 0.27 0.67 0 0.03
HSL 275.42º 0.92% 0.65% -
HSV(B) 275.42º 0.67% 0.97% -
XYZ 38.78 22.52 91.11 -
YUV 130.23 194.47 163.5 -
System Red Green Blue C M Y K H S L
Decimal 180 82 248 0.27 0.67 0 0.03 275.42 0.92 0.65
Hex B4 52 F8 1B 43 0 3 113 5C 41
Octal 264 122 370 33 103 0 3 423 134 101
Binary 10110100 1010010 11111000 11011 1000011 0 11 100010011 1011100 1000001

Color Harmonies of #B452F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452F8

Black with #B452F8

Text Example


Text Example

White with #B452F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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