Html Css Color HEX #B74DEE Medium Orchid

📋 copy color: '#B74DEE'

red 183 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #B74DEE

Tints of Medium Orchid #B74DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 36.75%
G = 15.46%
B = 47.79%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B74DEE (or 0xB74DEE) is known color: Medium Orchid. HEX triplet: B7, 4D and EE. RGB value is (183,77,238). Sum of RGB (Red+Green+Blue) = 183+77+238=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #B74DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74DEE is #48B211. Grayscale: #7E7E7E. Windows color (decimal): -4764178 or 15617463. OLE color: 15617463.

HSL color Cylindrical-coordinate representation of color #B74DEE: hue angle of 279.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B74DEE is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 77 238 -
CMYK 0.23 0.68 0 0.07
HSL 279.5º 0.83% 0.62% -
HSV(B) 279.5º 0.68% 0.93% -
XYZ 37.61 21.55 83.07 -
YUV 127.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 183 77 238 0.23 0.68 0 0.07 279.5 0.83 0.62
Hex B7 4D EE 17 44 0 7 118 53 3E
Octal 267 115 356 27 104 0 7 430 123 76
Binary 10110111 1001101 11101110 10111 1000100 0 111 100011000 1010011 111110

Color Harmonies of #B74DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DEE

Black with #B74DEE

Text Example


Text Example

White with #B74DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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