Html Css Color HEX #B448FE Medium Orchid

📋 copy color: '#B448FE'

red 180 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #B448FE

Tints of Medium Orchid #B448FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.23%

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

R = 35.57%
G = 14.23%
B = 50.2%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B448FE (or 0xB448FE) is known color: Medium Orchid. HEX triplet: B4, 48 and FE. RGB value is (180,72,254). Sum of RGB (Red+Green+Blue) = 180+72+254=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #B448FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B448FE is #4BB701. Grayscale: #7C7C7C. Windows color (decimal): -4962050 or 16664756. OLE color: 16664756.

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

Color convert

RGB 180 72 254 -
CMYK 0.29 0.72 0 0.00
HSL 275.6º 0.99% 0.64% -
HSV(B) 275.6º 0.72% 1% -
XYZ 39.03 21.49 95.86 -
YUV 125.04 200.78 167.2 -
System Red Green Blue C M Y K H S L
Decimal 180 72 254 0.29 0.72 0 0.00 275.6 0.99 0.64
Hex B4 48 FE 1D 48 0 0 114 63 40
Octal 264 110 376 35 110 0 0 424 143 100
Binary 10110100 1001000 11111110 11101 1001000 0 0 100010100 1100011 1000000

Color Harmonies of #B448FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448FE

Black with #B448FE

Text Example


Text Example

White with #B448FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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