Html Css Color HEX #B740FF Medium Orchid

📋 copy color: '#B740FF'

red 183 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #B740FF

Tints of Medium Orchid #B740FF

RGB

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

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

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

R = 36.45%
G = 12.75%
B = 50.8%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B740FF (or 0xB740FF) is known color: Medium Orchid. HEX triplet: B7, 40 and FF. RGB value is (183,64,255). Sum of RGB (Red+Green+Blue) = 183+64+255=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #B740FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B740FF is #48BF00. Grayscale: #787878. Windows color (decimal): -4767489 or 16728247. OLE color: 16728247.

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

Color convert

RGB 183 64 255 -
CMYK 0.28 0.75 0 0
HSL 277.38º 1% 0.63% -
HSV(B) 277.38º 0.75% 1% -
XYZ 39.41 20.95 96.58 -
YUV 121.36 203.42 171.97 -
System Red Green Blue C M Y K H S L
Decimal 183 64 255 0.28 0.75 0 0 277.38 1 0.63
Hex B7 40 FF 1C 4B 0 0 115 64 3F
Octal 267 100 377 34 113 0 0 425 144 77
Binary 10110111 1000000 11111111 11100 1001011 0 0 100010101 1100100 111111

Color Harmonies of #B740FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740FF

Black with #B740FF

Text Example


Text Example

White with #B740FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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