Html Css Color HEX #B74CFF Medium Orchid

📋 copy color: '#B74CFF'

red 183 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #B74CFF

Tints of Medium Orchid #B74CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.79%

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

R = 35.6%
G = 14.79%
B = 49.61%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B74CFF (or 0xB74CFF) is known color: Medium Orchid. HEX triplet: B7, 4C and FF. RGB value is (183,76,255). Sum of RGB (Red+Green+Blue) = 183+76+255=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #B74CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CFF is #48B300. Grayscale: #7F7F7F. Windows color (decimal): -4764417 or 16731319. OLE color: 16731319.

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

Color convert

RGB 183 76 255 -
CMYK 0.28 0.70 0 0
HSL 275.87º 1% 0.65% -
HSV(B) 275.87º 0.7% 1% -
XYZ 40.16 22.46 96.83 -
YUV 128.4 199.45 166.95 -
System Red Green Blue C M Y K H S L
Decimal 183 76 255 0.28 0.70 0 0 275.87 1 0.65
Hex B7 4C FF 1C 46 0 0 114 64 41
Octal 267 114 377 34 106 0 0 424 144 101
Binary 10110111 1001100 11111111 11100 1000110 0 0 100010100 1100100 1000001

Color Harmonies of #B74CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CFF

Black with #B74CFF

Text Example


Text Example

White with #B74CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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