Html Css Color HEX #B74DFD Medium Orchid

📋 copy color: '#B74DFD'

red 183 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #B74DFD

Tints of Medium Orchid #B74DFD

RGB

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

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

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

R = 35.67%
G = 15.01%
B = 49.32%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B74DFD (or 0xB74DFD) is known color: Medium Orchid. HEX triplet: B7, 4D and FD. RGB value is (183,77,253). Sum of RGB (Red+Green+Blue) = 183+77+253=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #B74DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74DFD is #48B202. Grayscale: #808080. Windows color (decimal): -4764163 or 16600503. OLE color: 16600503.

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

Color convert

RGB 183 77 253 -
CMYK 0.28 0.70 0 0.01
HSL 276.14º 0.98% 0.65% -
HSV(B) 276.14º 0.7% 0.99% -
XYZ 39.91 22.47 95.16 -
YUV 128.76 198.12 166.69 -
System Red Green Blue C M Y K H S L
Decimal 183 77 253 0.28 0.70 0 0.01 276.14 0.98 0.65
Hex B7 4D FD 1C 46 0 1 114 62 41
Octal 267 115 375 34 106 0 1 424 142 101
Binary 10110111 1001101 11111101 11100 1000110 0 1 100010100 1100010 1000001

Color Harmonies of #B74DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DFD

Black with #B74DFD

Text Example


Text Example

White with #B74DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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