Html Css Color HEX #B74AED Medium Orchid

📋 copy color: '#B74AED'

red 183 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #B74AED

Tints of Medium Orchid #B74AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.98%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 37.04%
G = 14.98%
B = 47.98%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B74AED (or 0xB74AED) is known color: Medium Orchid. HEX triplet: B7, 4A and ED. RGB value is (183,74,237). Sum of RGB (Red+Green+Blue) = 183+74+237=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #B74AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74AED is #48B512. Grayscale: #7C7C7C. Windows color (decimal): -4764947 or 15551159. OLE color: 15551159.

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

Color convert

RGB 183 74 237 -
CMYK 0.23 0.69 0 0.07
HSL 280.12º 0.82% 0.61% -
HSV(B) 280.12º 0.69% 0.93% -
XYZ 37.26 21.08 82.23 -
YUV 125.17 191.11 169.25 -
System Red Green Blue C M Y K H S L
Decimal 183 74 237 0.23 0.69 0 0.07 280.12 0.82 0.61
Hex B7 4A ED 17 45 0 7 118 52 3D
Octal 267 112 355 27 105 0 7 430 122 75
Binary 10110111 1001010 11101101 10111 1000101 0 111 100011000 1010010 111101

Color Harmonies of #B74AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AED

Black with #B74AED

Text Example


Text Example

White with #B74AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AED; }

 p { color: rgb(183,74,237); }

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

background-color css

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

 a { background-color: rgb(183,74,237); }

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

border-color css

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

 span { border-color: rgb(183,74,237); }

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