Html Css Color HEX #B74FDF Medium Orchid

📋 copy color: '#B74FDF'

red 183 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #B74FDF

Tints of Medium Orchid #B74FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 37.73%
G = 16.29%
B = 45.98%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B74FDF (or 0xB74FDF) is known color: Medium Orchid. HEX triplet: B7, 4F and DF. RGB value is (183,79,223). Sum of RGB (Red+Green+Blue) = 183+79+223=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B74FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FDF is #48B020. Grayscale: #7E7E7E. Windows color (decimal): -4763681 or 14634935. OLE color: 14634935.

HSL color Cylindrical-coordinate representation of color #B74FDF: hue angle of 283.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74FDF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 79 223 -
CMYK 0.18 0.65 0 0.13
HSL 283.33º 0.69% 0.59% -
HSV(B) 283.33º 0.65% 0.87% -
XYZ 35.64 20.99 71.98 -
YUV 126.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 183 79 223 0.18 0.65 0 0.13 283.33 0.69 0.59
Hex B7 4F DF 12 41 0 D 11B 45 3B
Octal 267 117 337 22 101 0 15 433 105 73
Binary 10110111 1001111 11011111 10010 1000001 0 1101 100011011 1000101 111011

Color Harmonies of #B74FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FDF

Black with #B74FDF

Text Example


Text Example

White with #B74FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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