Html Css Color HEX #B74DDF Medium Orchid

📋 copy color: '#B74DDF'

red 183 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #B74DDF

Tints of Medium Orchid #B74DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.94%

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

R = 37.89%
G = 15.94%
B = 46.17%

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

#B74DDF (or 0xB74DDF) is known color: Medium Orchid. HEX triplet: B7, 4D and DF. RGB value is (183,77,223). Sum of RGB (Red+Green+Blue) = 183+77+223=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #B74DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DDF is #48B220. Grayscale: #7C7C7C. Windows color (decimal): -4764193 or 14634423. OLE color: 14634423.

HSL color Cylindrical-coordinate representation of color #B74DDF: hue angle of 283.56º degrees, saturation: 0.7, 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 #B74DDF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 77 223 -
CMYK 0.18 0.65 0 0.13
HSL 283.56º 0.7% 0.59% -
HSV(B) 283.56º 0.65% 0.87% -
XYZ 35.5 20.7 71.94 -
YUV 125.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 183 77 223 0.18 0.65 0 0.13 283.56 0.7 0.59
Hex B7 4D DF 12 41 0 D 11C 46 3B
Octal 267 115 337 22 101 0 15 434 106 73
Binary 10110111 1001101 11011111 10010 1000001 0 1101 100011100 1000110 111011

Color Harmonies of #B74DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DDF

Black with #B74DDF

Text Example


Text Example

White with #B74DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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