Html Css Color HEX #B444FF Medium Orchid

📋 copy color: '#B444FF'

red 180 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #B444FF

Tints of Medium Orchid #B444FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 35.79%
G = 13.52%
B = 50.7%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B444FF (or 0xB444FF) is known color: Medium Orchid. HEX triplet: B4, 44 and FF. RGB value is (180,68,255). Sum of RGB (Red+Green+Blue) = 180+68+255=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B444FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444FF is #4BBB00. Grayscale: #7A7A7A. Windows color (decimal): -4963073 or 16729268. OLE color: 16729268.

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

Color convert

RGB 180 68 255 -
CMYK 0.29 0.73 0 0
HSL 275.94º 1% 0.63% -
HSV(B) 275.94º 0.73% 1% -
XYZ 38.94 21.06 96.62 -
YUV 122.81 202.61 168.79 -
System Red Green Blue C M Y K H S L
Decimal 180 68 255 0.29 0.73 0 0 275.94 1 0.63
Hex B4 44 FF 1D 49 0 0 114 64 3F
Octal 264 104 377 35 111 0 0 424 144 77
Binary 10110100 1000100 11111111 11101 1001001 0 0 100010100 1100100 111111

Color Harmonies of #B444FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444FF

Black with #B444FF

Text Example


Text Example

White with #B444FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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