Html Css Color HEX #B74AFF Medium Orchid

📋 copy color: '#B74AFF'

red 183 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #B74AFF

Tints of Medium Orchid #B74AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.45%

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

R = 35.74%
G = 14.45%
B = 49.8%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B74AFF (or 0xB74AFF) is known color: Medium Orchid. HEX triplet: B7, 4A and FF. RGB value is (183,74,255). Sum of RGB (Red+Green+Blue) = 183+74+255=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #B74AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74AFF is #48B500. Grayscale: #7E7E7E. Windows color (decimal): -4764929 or 16730807. OLE color: 16730807.

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

Color convert

RGB 183 74 255 -
CMYK 0.28 0.71 0 0
HSL 276.13º 1% 0.65% -
HSV(B) 276.13º 0.71% 1% -
XYZ 40.03 22.18 96.78 -
YUV 127.23 200.11 167.78 -
System Red Green Blue C M Y K H S L
Decimal 183 74 255 0.28 0.71 0 0 276.13 1 0.65
Hex B7 4A FF 1C 47 0 0 114 64 41
Octal 267 112 377 34 107 0 0 424 144 101
Binary 10110111 1001010 11111111 11100 1000111 0 0 100010100 1100100 1000001

Color Harmonies of #B74AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AFF

Black with #B74AFF

Text Example


Text Example

White with #B74AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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