Html Css Color HEX #B74FE6 Medium Orchid

📋 copy color: '#B74FE6'

red 183 ◦ green 79 ◦ blue 230

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

Shades of Medium Orchid #B74FE6

Tints of Medium Orchid #B74FE6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.06%

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 37.2%
G = 16.06%
B = 46.75%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B74FE6 (or 0xB74FE6) is known color: Medium Orchid. HEX triplet: B7, 4F and E6. RGB value is (183,79,230). Sum of RGB (Red+Green+Blue) = 183+79+230=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #B74FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74FE6 is #48B019. Grayscale: #7E7E7E. Windows color (decimal): -4763674 or 15093687. OLE color: 15093687.

HSL color Cylindrical-coordinate representation of color #B74FE6: hue angle of 281.32º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74FE6 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 79 230 -
CMYK 0.20 0.66 0 0.10
HSL 281.32º 0.75% 0.61% -
HSV(B) 281.32º 0.66% 0.9% -
XYZ 36.61 21.37 77.06 -
YUV 127.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 183 79 230 0.20 0.66 0 0.10 281.32 0.75 0.61
Hex B7 4F E6 14 42 0 A 119 4B 3D
Octal 267 117 346 24 102 0 12 431 113 75
Binary 10110111 1001111 11100110 10100 1000010 0 1010 100011001 1001011 111101

Color Harmonies of #B74FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FE6

Black with #B74FE6

Text Example


Text Example

White with #B74FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FE6; }

 p { color: rgb(183,79,230); }

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

background-color css

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

 a { background-color: rgb(183,79,230); }

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

border-color css

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

 span { border-color: rgb(183,79,230); }

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