Html Css Color HEX #B444FB Medium Orchid

📋 copy color: '#B444FB'

red 180 ◦ green 68 ◦ blue 251

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

Shades of Medium Orchid #B444FB

Tints of Medium Orchid #B444FB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.63%

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

R = 36.07%
G = 13.63%
B = 50.3%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B444FB (or 0xB444FB) is known color: Medium Orchid. HEX triplet: B4, 44 and FB. RGB value is (180,68,251). Sum of RGB (Red+Green+Blue) = 180+68+251=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #B444FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444FB is #4BBB04. Grayscale: #797979. Windows color (decimal): -4963077 or 16467124. OLE color: 16467124.

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

Color convert

RGB 180 68 251 -
CMYK 0.28 0.73 0 0.02
HSL 276.72º 0.96% 0.63% -
HSV(B) 276.72º 0.73% 0.98% -
XYZ 38.3 20.8 93.26 -
YUV 122.35 200.61 169.12 -
System Red Green Blue C M Y K H S L
Decimal 180 68 251 0.28 0.73 0 0.02 276.72 0.96 0.63
Hex B4 44 FB 1C 49 0 2 115 60 3F
Octal 264 104 373 34 111 0 2 425 140 77
Binary 10110100 1000100 11111011 11100 1001001 0 10 100010101 1100000 111111

Color Harmonies of #B444FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444FB

Black with #B444FB

Text Example


Text Example

White with #B444FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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