Html Css Color HEX #B744FF Medium Orchid

📋 copy color: '#B744FF'

red 183 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #B744FF

Tints of Medium Orchid #B744FF

RGB

 RED value IS 183 (71.88% from 255) = 36.17%

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

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

R = 36.17%
G = 13.44%
B = 50.4%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B744FF (or 0xB744FF) is known color: Medium Orchid. HEX triplet: B7, 44 and FF. RGB value is (183,68,255). Sum of RGB (Red+Green+Blue) = 183+68+255=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #B744FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744FF is #48BB00. Grayscale: #7B7B7B. Windows color (decimal): -4766465 or 16729271. OLE color: 16729271.

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

Color convert

RGB 183 68 255 -
CMYK 0.28 0.73 0 0
HSL 276.9º 1% 0.63% -
HSV(B) 276.9º 0.73% 1% -
XYZ 39.65 21.42 96.65 -
YUV 123.7 202.1 170.29 -
System Red Green Blue C M Y K H S L
Decimal 183 68 255 0.28 0.73 0 0 276.9 1 0.63
Hex B7 44 FF 1C 49 0 0 115 64 3F
Octal 267 104 377 34 111 0 0 425 144 77
Binary 10110111 1000100 11111111 11100 1001001 0 0 100010101 1100100 111111

Color Harmonies of #B744FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744FF

Black with #B744FF

Text Example


Text Example

White with #B744FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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