Html Css Color HEX #B452FE Medium Orchid

📋 copy color: '#B452FE'

red 180 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #B452FE

Tints of Medium Orchid #B452FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 34.88%
G = 15.89%
B = 49.22%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B452FE (or 0xB452FE) is known color: Medium Orchid. HEX triplet: B4, 52 and FE. RGB value is (180,82,254). Sum of RGB (Red+Green+Blue) = 180+82+254=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #B452FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B452FE is #4BAD01. Grayscale: #828282. Windows color (decimal): -4959490 or 16667316. OLE color: 16667316.

HSL color Cylindrical-coordinate representation of color #B452FE: hue angle of 274.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B452FE is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 82 254 -
CMYK 0.29 0.68 0 0.00
HSL 274.19º 0.99% 0.66% -
HSV(B) 274.19º 0.68% 1% -
XYZ 39.73 22.89 96.09 -
YUV 130.91 197.47 163.01 -
System Red Green Blue C M Y K H S L
Decimal 180 82 254 0.29 0.68 0 0.00 274.19 0.99 0.66
Hex B4 52 FE 1D 44 0 0 112 63 42
Octal 264 122 376 35 104 0 0 422 143 102
Binary 10110100 1010010 11111110 11101 1000100 0 0 100010010 1100011 1000010

Color Harmonies of #B452FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452FE

Black with #B452FE

Text Example


Text Example

White with #B452FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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