Html Css Color HEX #B74CEA Medium Orchid

📋 copy color: '#B74CEA'

red 183 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #B74CEA

Tints of Medium Orchid #B74CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.42%

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 37.12%
G = 15.42%
B = 47.46%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B74CEA (or 0xB74CEA) is known color: Medium Orchid. HEX triplet: B7, 4C and EA. RGB value is (183,76,234). Sum of RGB (Red+Green+Blue) = 183+76+234=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #B74CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CEA is #48B315. Grayscale: #7D7D7D. Windows color (decimal): -4764438 or 15355063. OLE color: 15355063.

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

Color convert

RGB 183 76 234 -
CMYK 0.22 0.68 0 0.08
HSL 280.63º 0.79% 0.61% -
HSV(B) 280.63º 0.68% 0.92% -
XYZ 36.96 21.18 79.98 -
YUV 126.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 183 76 234 0.22 0.68 0 0.08 280.63 0.79 0.61
Hex B7 4C EA 16 44 0 8 119 4F 3D
Octal 267 114 352 26 104 0 10 431 117 75
Binary 10110111 1001100 11101010 10110 1000100 0 1000 100011001 1001111 111101

Color Harmonies of #B74CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CEA

Black with #B74CEA

Text Example


Text Example

White with #B74CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CEA; }

 p { color: rgb(183,76,234); }

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

background-color css

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

 a { background-color: rgb(183,76,234); }

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

border-color css

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

 span { border-color: rgb(183,76,234); }

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