Html Css Color HEX #B446FB Medium Orchid

📋 copy color: '#B446FB'

red 180 ◦ green 70 ◦ blue 251

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

Shades of Medium Orchid #B446FB

Tints of Medium Orchid #B446FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 35.93%
G = 13.97%
B = 50.1%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B446FB (or 0xB446FB) is known color: Medium Orchid. HEX triplet: B4, 46 and FB. RGB value is (180,70,251). Sum of RGB (Red+Green+Blue) = 180+70+251=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #B446FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446FB is #4BB904. Grayscale: #7A7A7A. Windows color (decimal): -4962565 or 16467636. OLE color: 16467636.

HSL color Cylindrical-coordinate representation of color #B446FB: hue angle of 276.46º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B446FB is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 70 251 -
CMYK 0.28 0.72 0 0.02
HSL 276.46º 0.96% 0.63% -
HSV(B) 276.46º 0.72% 0.98% -
XYZ 38.43 21.05 93.3 -
YUV 123.52 199.94 168.28 -
System Red Green Blue C M Y K H S L
Decimal 180 70 251 0.28 0.72 0 0.02 276.46 0.96 0.63
Hex B4 46 FB 1C 48 0 2 114 60 3F
Octal 264 106 373 34 110 0 2 424 140 77
Binary 10110100 1000110 11111011 11100 1001000 0 10 100010100 1100000 111111

Color Harmonies of #B446FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446FB

Black with #B446FB

Text Example


Text Example

White with #B446FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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