Html Css Color HEX #B444FC Medium Orchid

📋 copy color: '#B444FC'

red 180 ◦ green 68 ◦ blue 252

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

Shades of Medium Orchid #B444FC

Tints of Medium Orchid #B444FC

RGB

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

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

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

R = 36%
G = 13.6%
B = 50.4%

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

#B444FC (or 0xB444FC) is known color: Medium Orchid. HEX triplet: B4, 44 and FC. RGB value is (180,68,252). Sum of RGB (Red+Green+Blue) = 180+68+252=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #B444FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444FC is #4BBB03. Grayscale: #797979. Windows color (decimal): -4963076 or 16532660. OLE color: 16532660.

HSL color Cylindrical-coordinate representation of color #B444FC: hue angle of 276.52º degrees, saturation: 0.97, 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 #B444FC is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 68 252 -
CMYK 0.29 0.73 0 0.01
HSL 276.52º 0.97% 0.63% -
HSV(B) 276.52º 0.73% 0.99% -
XYZ 38.46 20.87 94.1 -
YUV 122.46 201.11 169.04 -
System Red Green Blue C M Y K H S L
Decimal 180 68 252 0.29 0.73 0 0.01 276.52 0.97 0.63
Hex B4 44 FC 1D 49 0 1 115 61 3F
Octal 264 104 374 35 111 0 1 425 141 77
Binary 10110100 1000100 11111100 11101 1001001 0 1 100010101 1100001 111111

Color Harmonies of #B444FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444FC

Black with #B444FC

Text Example


Text Example

White with #B444FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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