Html Css Color HEX #B444FD Medium Orchid

📋 copy color: '#B444FD'

red 180 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #B444FD

Tints of Medium Orchid #B444FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 35.93%
G = 13.57%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B444FD (or 0xB444FD) is known color: Medium Orchid. HEX triplet: B4, 44 and FD. RGB value is (180,68,253). Sum of RGB (Red+Green+Blue) = 180+68+253=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #B444FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444FD is #4BBB02. Grayscale: #797979. Windows color (decimal): -4963075 or 16598196. OLE color: 16598196.

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

Color convert

RGB 180 68 253 -
CMYK 0.29 0.73 0 0.01
HSL 276.32º 0.98% 0.63% -
HSV(B) 276.32º 0.73% 0.99% -
XYZ 38.62 20.93 94.93 -
YUV 122.58 201.61 168.96 -
System Red Green Blue C M Y K H S L
Decimal 180 68 253 0.29 0.73 0 0.01 276.32 0.98 0.63
Hex B4 44 FD 1D 49 0 1 114 62 3F
Octal 264 104 375 35 111 0 1 424 142 77
Binary 10110100 1000100 11111101 11101 1001001 0 1 100010100 1100010 111111

Color Harmonies of #B444FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444FD

Black with #B444FD

Text Example


Text Example

White with #B444FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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