Html Css Color HEX #B244FF Medium Orchid

📋 copy color: '#B244FF'

red 178 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #B244FF

Tints of Medium Orchid #B244FF

RGB

 RED value IS 178 (69.92% from 255) = 35.53%

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

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

R = 35.53%
G = 13.57%
B = 50.9%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B244FF (or 0xB244FF) is known color: Medium Orchid. HEX triplet: B2, 44 and FF. RGB value is (178,68,255). Sum of RGB (Red+Green+Blue) = 178+68+255=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #B244FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B244FF is #4DBB00. Grayscale: #797979. Windows color (decimal): -5094145 or 16729266. OLE color: 16729266.

HSL color Cylindrical-coordinate representation of color #B244FF: hue angle of 275.29º 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 #B244FF is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 68 255 -
CMYK 0.30 0.73 0 0
HSL 275.29º 1% 0.63% -
HSV(B) 275.29º 0.73% 1% -
XYZ 38.48 20.82 96.6 -
YUV 122.21 202.94 167.79 -
System Red Green Blue C M Y K H S L
Decimal 178 68 255 0.30 0.73 0 0 275.29 1 0.63
Hex B2 44 FF 1E 49 0 0 113 64 3F
Octal 262 104 377 36 111 0 0 423 144 77
Binary 10110010 1000100 11111111 11110 1001001 0 0 100010011 1100100 111111

Color Harmonies of #B244FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B244FF

Black with #B244FF

Text Example


Text Example

White with #B244FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B244FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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