Html Css Color HEX #B740EE Medium Orchid

📋 copy color: '#B740EE'

red 183 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #B740EE

Tints of Medium Orchid #B740EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 37.73%
G = 13.2%
B = 49.07%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B740EE (or 0xB740EE) is known color: Medium Orchid. HEX triplet: B7, 40 and EE. RGB value is (183,64,238). Sum of RGB (Red+Green+Blue) = 183+64+238=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #B740EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B740EE is #48BF11. Grayscale: #767676. Windows color (decimal): -4767506 or 15614135. OLE color: 15614135.

HSL color Cylindrical-coordinate representation of color #B740EE: hue angle of 281.03º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B740EE is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 64 238 -
CMYK 0.23 0.73 0 0.07
HSL 281.03º 0.84% 0.59% -
HSV(B) 281.03º 0.73% 0.93% -
XYZ 36.79 19.91 82.79 -
YUV 119.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 183 64 238 0.23 0.73 0 0.07 281.03 0.84 0.59
Hex B7 40 EE 17 49 0 7 119 54 3B
Octal 267 100 356 27 111 0 7 431 124 73
Binary 10110111 1000000 11101110 10111 1001001 0 111 100011001 1010100 111011

Color Harmonies of #B740EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740EE

Black with #B740EE

Text Example


Text Example

White with #B740EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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