Html Css Color HEX #B446FC Medium Orchid

📋 copy color: '#B446FC'

red 180 ◦ green 70 ◦ blue 252

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

Shades of Medium Orchid #B446FC

Tints of Medium Orchid #B446FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 35.86%
G = 13.94%
B = 50.2%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B446FC (or 0xB446FC) is known color: Medium Orchid. HEX triplet: B4, 46 and FC. RGB value is (180,70,252). Sum of RGB (Red+Green+Blue) = 180+70+252=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 70 (27.73% from 255 or 13.94% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #B446FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446FC is #4BB903. Grayscale: #7B7B7B. Windows color (decimal): -4962564 or 16533172. OLE color: 16533172.

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

Color convert

RGB 180 70 252 -
CMYK 0.29 0.72 0 0.01
HSL 276.26º 0.97% 0.63% -
HSV(B) 276.26º 0.72% 0.99% -
XYZ 38.58 21.11 94.14 -
YUV 123.64 200.44 168.2 -
System Red Green Blue C M Y K H S L
Decimal 180 70 252 0.29 0.72 0 0.01 276.26 0.97 0.63
Hex B4 46 FC 1D 48 0 1 114 61 3F
Octal 264 106 374 35 110 0 1 424 141 77
Binary 10110100 1000110 11111100 11101 1001000 0 1 100010100 1100001 111111

Color Harmonies of #B446FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446FC

Black with #B446FC

Text Example


Text Example

White with #B446FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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