Html Css Color HEX #B446FE Medium Orchid

📋 copy color: '#B446FE'

red 180 ◦ green 70 ◦ blue 254

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

Shades of Medium Orchid #B446FE

Tints of Medium Orchid #B446FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.89%

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

R = 35.71%
G = 13.89%
B = 50.4%

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

#B446FE (or 0xB446FE) is known color: Medium Orchid. HEX triplet: B4, 46 and FE. RGB value is (180,70,254). Sum of RGB (Red+Green+Blue) = 180+70+254=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #B446FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446FE is #4BB901. Grayscale: #7B7B7B. Windows color (decimal): -4962562 or 16664244. OLE color: 16664244.

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

Color convert

RGB 180 70 254 -
CMYK 0.29 0.72 0 0.00
HSL 275.87º 0.99% 0.64% -
HSV(B) 275.87º 0.72% 1% -
XYZ 38.9 21.24 95.82 -
YUV 123.87 201.44 168.04 -
System Red Green Blue C M Y K H S L
Decimal 180 70 254 0.29 0.72 0 0.00 275.87 0.99 0.64
Hex B4 46 FE 1D 48 0 0 114 63 40
Octal 264 106 376 35 110 0 0 424 143 100
Binary 10110100 1000110 11111110 11101 1001000 0 0 100010100 1100011 1000000

Color Harmonies of #B446FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446FE

Black with #B446FE

Text Example


Text Example

White with #B446FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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