Html Css Color HEX #B74AEB Medium Orchid

📋 copy color: '#B74AEB'

red 183 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #B74AEB

Tints of Medium Orchid #B74AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 37.2%
G = 15.04%
B = 47.76%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B74AEB (or 0xB74AEB) is known color: Medium Orchid. HEX triplet: B7, 4A and EB. RGB value is (183,74,235). Sum of RGB (Red+Green+Blue) = 183+74+235=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #B74AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74AEB is #48B514. Grayscale: #7C7C7C. Windows color (decimal): -4764949 or 15420087. OLE color: 15420087.

HSL color Cylindrical-coordinate representation of color #B74AEB: hue angle of 280.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74AEB is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 74 235 -
CMYK 0.22 0.69 0 0.08
HSL 280.62º 0.8% 0.61% -
HSV(B) 280.62º 0.69% 0.92% -
XYZ 36.97 20.96 80.69 -
YUV 124.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 183 74 235 0.22 0.69 0 0.08 280.62 0.8 0.61
Hex B7 4A EB 16 45 0 8 119 50 3D
Octal 267 112 353 26 105 0 10 431 120 75
Binary 10110111 1001010 11101011 10110 1000101 0 1000 100011001 1010000 111101

Color Harmonies of #B74AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AEB

Black with #B74AEB

Text Example


Text Example

White with #B74AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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