#B74BEE

Color #B74BEE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B74BEE

Tints of Medium Orchid #B74BEE

Color information

#B74BEE (or 0xB74BEE) is unknown color: approx Medium Orchid. HEX triplet: B7, 4B and EE. RGB value is (183,75,238). Sum of RGB (Red+Green+Blue) = 183+75+238=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #B74BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74BEE is #48B411. Grayscale: #7D7D7D. Windows color (decimal): -4764690 or 15616951. OLE color: 15616951.

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

Color convert

RGB18375238-
CMYK0.230.6800.07
HSL279.75º82.74%61.37%-
HSV(B)279.75º68.49%93.33%-
XYZ37.4821.2783.02-
YUV125.87191.28168.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 75 (29.69% from 255) = 15.12%
BLUE value IS 238 (93.36% from 255) = 47.98%
R=36.90%
G=15.12%
B=47.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183752380.230.6800.07279.7582.7461.37
HexB74BEE174407118533d
Octal267113356271040743012375
Binary1011011110010111110111010111100010001111000110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74BEE; }

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

 H1.HeaderClassName
 {
   color: #B74BEE;
 }
 .AnyTagClassName
 {
   color: #B74BEE;
 }
</style>
background-color css

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

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

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

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

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

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