Html Css Color HEX #B744FD Medium Orchid

📋 copy color: '#B744FD'

red 183 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #B744FD

Tints of Medium Orchid #B744FD

RGB

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

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

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

R = 36.31%
G = 13.49%
B = 50.2%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B744FD (or 0xB744FD) is known color: Medium Orchid. HEX triplet: B7, 44 and FD. RGB value is (183,68,253). Sum of RGB (Red+Green+Blue) = 183+68+253=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #B744FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744FD is #48BB02. Grayscale: #7A7A7A. Windows color (decimal): -4766467 or 16598199. OLE color: 16598199.

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

Color convert

RGB 183 68 253 -
CMYK 0.28 0.73 0 0.01
HSL 277.3º 0.98% 0.63% -
HSV(B) 277.3º 0.73% 0.99% -
XYZ 39.33 21.29 94.97 -
YUV 123.48 201.1 170.46 -
System Red Green Blue C M Y K H S L
Decimal 183 68 253 0.28 0.73 0 0.01 277.3 0.98 0.63
Hex B7 44 FD 1C 49 0 1 115 62 3F
Octal 267 104 375 34 111 0 1 425 142 77
Binary 10110111 1000100 11111101 11100 1001001 0 1 100010101 1100010 111111

Color Harmonies of #B744FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744FD

Black with #B744FD

Text Example


Text Example

White with #B744FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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