Html Css Color HEX #B740FD Medium Orchid

📋 copy color: '#B740FD'

red 183 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #B740FD

Tints of Medium Orchid #B740FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.8%

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

R = 36.6%
G = 12.8%
B = 50.6%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B740FD (or 0xB740FD) is known color: Medium Orchid. HEX triplet: B7, 40 and FD. RGB value is (183,64,253). Sum of RGB (Red+Green+Blue) = 183+64+253=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #B740FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B740FD is #48BF02. Grayscale: #787878. Windows color (decimal): -4767491 or 16597175. OLE color: 16597175.

HSL color Cylindrical-coordinate representation of color #B740FD: hue angle of 277.78º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B740FD is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 64 253 -
CMYK 0.28 0.75 0 0.01
HSL 277.78º 0.98% 0.62% -
HSV(B) 277.78º 0.75% 0.99% -
XYZ 39.09 20.83 94.89 -
YUV 121.13 202.42 172.13 -
System Red Green Blue C M Y K H S L
Decimal 183 64 253 0.28 0.75 0 0.01 277.78 0.98 0.62
Hex B7 40 FD 1C 4B 0 1 116 62 3E
Octal 267 100 375 34 113 0 1 426 142 76
Binary 10110111 1000000 11111101 11100 1001011 0 1 100010110 1100010 111110

Color Harmonies of #B740FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740FD

Black with #B740FD

Text Example


Text Example

White with #B740FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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