Html Css Color HEX #B447FE Medium Orchid

📋 copy color: '#B447FE'

red 180 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #B447FE

Tints of Medium Orchid #B447FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.06%

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

R = 35.64%
G = 14.06%
B = 50.3%

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

#B447FE (or 0xB447FE) is known color: Medium Orchid. HEX triplet: B4, 47 and FE. RGB value is (180,71,254). Sum of RGB (Red+Green+Blue) = 180+71+254=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #B447FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B447FE is #4BB801. Grayscale: #7B7B7B. Windows color (decimal): -4962306 or 16664500. OLE color: 16664500.

HSL color Cylindrical-coordinate representation of color #B447FE: hue angle of 275.74º 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 #B447FE is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 71 254 -
CMYK 0.29 0.72 0 0.00
HSL 275.74º 0.99% 0.64% -
HSV(B) 275.74º 0.72% 1% -
XYZ 38.97 21.37 95.84 -
YUV 124.45 201.11 167.62 -
System Red Green Blue C M Y K H S L
Decimal 180 71 254 0.29 0.72 0 0.00 275.74 0.99 0.64
Hex B4 47 FE 1D 48 0 0 114 63 40
Octal 264 107 376 35 110 0 0 424 143 100
Binary 10110100 1000111 11111110 11101 1001000 0 0 100010100 1100011 1000000

Color Harmonies of #B447FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B447FE

Black with #B447FE

Text Example


Text Example

White with #B447FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B447FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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