Html Css Color HEX #B74EED Medium Orchid

📋 copy color: '#B74EED'

red 183 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #B74EED

Tints of Medium Orchid #B74EED

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.66%

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

R = 36.75%
G = 15.66%
B = 47.59%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B74EED (or 0xB74EED) is known color: Medium Orchid. HEX triplet: B7, 4E and ED. RGB value is (183,78,237). Sum of RGB (Red+Green+Blue) = 183+78+237=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #B74EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74EED is #48B112. Grayscale: #7E7E7E. Windows color (decimal): -4763923 or 15552183. OLE color: 15552183.

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

Color convert

RGB 183 78 237 -
CMYK 0.23 0.67 0 0.07
HSL 279.62º 0.82% 0.62% -
HSV(B) 279.62º 0.67% 0.93% -
XYZ 37.54 21.63 82.32 -
YUV 127.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 183 78 237 0.23 0.67 0 0.07 279.62 0.82 0.62
Hex B7 4E ED 17 43 0 7 118 52 3E
Octal 267 116 355 27 103 0 7 430 122 76
Binary 10110111 1001110 11101101 10111 1000011 0 111 100011000 1010010 111110

Color Harmonies of #B74EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EED

Black with #B74EED

Text Example


Text Example

White with #B74EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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