Html Css Color HEX #B74CEF Medium Orchid

📋 copy color: '#B74CEF'

red 183 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #B74CEF

Tints of Medium Orchid #B74CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 36.75%
G = 15.26%
B = 47.99%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B74CEF (or 0xB74CEF) is known color: Medium Orchid. HEX triplet: B7, 4C and EF. RGB value is (183,76,239). Sum of RGB (Red+Green+Blue) = 183+76+239=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #B74CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CEF is #48B310. Grayscale: #7E7E7E. Windows color (decimal): -4764433 or 15682743. OLE color: 15682743.

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

Color convert

RGB 183 76 239 -
CMYK 0.23 0.68 0 0.06
HSL 279.39º 0.84% 0.62% -
HSV(B) 279.39º 0.68% 0.94% -
XYZ 37.69 21.47 83.82 -
YUV 126.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 183 76 239 0.23 0.68 0 0.06 279.39 0.84 0.62
Hex B7 4C EF 17 44 0 6 117 54 3E
Octal 267 114 357 27 104 0 6 427 124 76
Binary 10110111 1001100 11101111 10111 1000100 0 110 100010111 1010100 111110

Color Harmonies of #B74CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CEF

Black with #B74CEF

Text Example


Text Example

White with #B74CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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