Html Css Color HEX #B74DDE Medium Orchid

📋 copy color: '#B74DDE'

red 183 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #B74DDE

Tints of Medium Orchid #B74DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 37.97%
G = 15.98%
B = 46.06%

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

#B74DDE (or 0xB74DDE) is known color: Medium Orchid. HEX triplet: B7, 4D and DE. RGB value is (183,77,222). Sum of RGB (Red+Green+Blue) = 183+77+222=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #B74DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DDE is #48B221. Grayscale: #7C7C7C. Windows color (decimal): -4764194 or 14568887. OLE color: 14568887.

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

Color convert

RGB 183 77 222 -
CMYK 0.18 0.65 0 0.13
HSL 283.86º 0.69% 0.59% -
HSV(B) 283.86º 0.65% 0.87% -
XYZ 35.37 20.65 71.23 -
YUV 125.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 183 77 222 0.18 0.65 0 0.13 283.86 0.69 0.59
Hex B7 4D DE 12 41 0 D 11C 45 3B
Octal 267 115 336 22 101 0 15 434 105 73
Binary 10110111 1001101 11011110 10010 1000001 0 1101 100011100 1000101 111011

Color Harmonies of #B74DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DDE

Black with #B74DDE

Text Example


Text Example

White with #B74DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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