Html Css Color HEX #B74FFE Medium Orchid

📋 copy color: '#B74FFE'

red 183 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #B74FFE

Tints of Medium Orchid #B74FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 35.47%
G = 15.31%
B = 49.22%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B74FFE (or 0xB74FFE) is known color: Medium Orchid. HEX triplet: B7, 4F and FE. RGB value is (183,79,254). Sum of RGB (Red+Green+Blue) = 183+79+254=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #B74FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74FFE is #48B001. Grayscale: #818181. Windows color (decimal): -4763650 or 16666551. OLE color: 16666551.

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

Color convert

RGB 183 79 254 -
CMYK 0.28 0.69 0 0.00
HSL 275.66º 0.99% 0.65% -
HSV(B) 275.66º 0.69% 1% -
XYZ 40.21 22.82 96.05 -
YUV 130.05 197.96 165.77 -
System Red Green Blue C M Y K H S L
Decimal 183 79 254 0.28 0.69 0 0.00 275.66 0.99 0.65
Hex B7 4F FE 1C 45 0 0 114 63 41
Octal 267 117 376 34 105 0 0 424 143 101
Binary 10110111 1001111 11111110 11100 1000101 0 0 100010100 1100011 1000001

Color Harmonies of #B74FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FFE

Black with #B74FFE

Text Example


Text Example

White with #B74FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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