Html Css Color HEX #B74FFD Medium Orchid

📋 copy color: '#B74FFD'

red 183 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #B74FFD

Tints of Medium Orchid #B74FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 35.53%
G = 15.34%
B = 49.13%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B74FFD (or 0xB74FFD) is known color: Medium Orchid. HEX triplet: B7, 4F and FD. RGB value is (183,79,253). Sum of RGB (Red+Green+Blue) = 183+79+253=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #B74FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74FFD is #48B002. Grayscale: #818181. Windows color (decimal): -4763651 or 16601015. OLE color: 16601015.

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

Color convert

RGB 183 79 253 -
CMYK 0.28 0.69 0 0.01
HSL 275.86º 0.98% 0.65% -
HSV(B) 275.86º 0.69% 0.99% -
XYZ 40.05 22.75 95.21 -
YUV 129.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 183 79 253 0.28 0.69 0 0.01 275.86 0.98 0.65
Hex B7 4F FD 1C 45 0 1 114 62 41
Octal 267 117 375 34 105 0 1 424 142 101
Binary 10110111 1001111 11111101 11100 1000101 0 1 100010100 1100010 1000001

Color Harmonies of #B74FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FFD

Black with #B74FFD

Text Example


Text Example

White with #B74FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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