Html Css Color HEX #B74EFC Medium Orchid

📋 copy color: '#B74EFC'

red 183 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #B74EFC

Tints of Medium Orchid #B74EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 35.67%
G = 15.2%
B = 49.12%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B74EFC (or 0xB74EFC) is known color: Medium Orchid. HEX triplet: B7, 4E and FC. RGB value is (183,78,252). Sum of RGB (Red+Green+Blue) = 183+78+252=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #B74EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74EFC is #48B103. Grayscale: #808080. Windows color (decimal): -4763908 or 16535223. OLE color: 16535223.

HSL color Cylindrical-coordinate representation of color #B74EFC: hue angle of 276.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74EFC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 78 252 -
CMYK 0.27 0.69 0 0.01
HSL 276.21º 0.97% 0.65% -
HSV(B) 276.21º 0.69% 0.99% -
XYZ 39.82 22.54 94.35 -
YUV 129.23 197.29 166.35 -
System Red Green Blue C M Y K H S L
Decimal 183 78 252 0.27 0.69 0 0.01 276.21 0.97 0.65
Hex B7 4E FC 1B 45 0 1 114 61 41
Octal 267 116 374 33 105 0 1 424 141 101
Binary 10110111 1001110 11111100 11011 1000101 0 1 100010100 1100001 1000001

Color Harmonies of #B74EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EFC

Black with #B74EFC

Text Example


Text Example

White with #B74EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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