Html Css Color HEX #B74FED Medium Orchid

📋 copy color: '#B74FED'

red 183 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #B74FED

Tints of Medium Orchid #B74FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.83%

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

R = 36.67%
G = 15.83%
B = 47.49%

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

#B74FED (or 0xB74FED) is known color: Medium Orchid. HEX triplet: B7, 4F and ED. RGB value is (183,79,237). Sum of RGB (Red+Green+Blue) = 183+79+237=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #B74FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74FED is #48B012. Grayscale: #7F7F7F. Windows color (decimal): -4763667 or 15552439. OLE color: 15552439.

HSL color Cylindrical-coordinate representation of color #B74FED: hue angle of 279.49º degrees, saturation: 0.81, 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 #B74FED is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 79 237 -
CMYK 0.23 0.67 0 0.07
HSL 279.49º 0.81% 0.62% -
HSV(B) 279.49º 0.67% 0.93% -
XYZ 37.61 21.77 82.34 -
YUV 128.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 183 79 237 0.23 0.67 0 0.07 279.49 0.81 0.62
Hex B7 4F ED 17 43 0 7 117 51 3E
Octal 267 117 355 27 103 0 7 427 121 76
Binary 10110111 1001111 11101101 10111 1000011 0 111 100010111 1010001 111110

Color Harmonies of #B74FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FED

Black with #B74FED

Text Example


Text Example

White with #B74FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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