Html Css Color HEX #B74EFF Medium Orchid

📋 copy color: '#B74EFF'

red 183 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #B74EFF

Tints of Medium Orchid #B74EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 35.47%
G = 15.12%
B = 49.42%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B74EFF (or 0xB74EFF) is known color: Medium Orchid. HEX triplet: B7, 4E and FF. RGB value is (183,78,255). Sum of RGB (Red+Green+Blue) = 183+78+255=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #B74EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74EFF is #48B100. Grayscale: #808080. Windows color (decimal): -4763905 or 16731831. OLE color: 16731831.

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

Color convert

RGB 183 78 255 -
CMYK 0.28 0.69 0 0
HSL 275.59º 1% 0.65% -
HSV(B) 275.59º 0.69% 1% -
XYZ 40.3 22.74 96.87 -
YUV 129.57 198.79 166.11 -
System Red Green Blue C M Y K H S L
Decimal 183 78 255 0.28 0.69 0 0 275.59 1 0.65
Hex B7 4E FF 1C 45 0 0 114 64 41
Octal 267 116 377 34 105 0 0 424 144 101
Binary 10110111 1001110 11111111 11100 1000101 0 0 100010100 1100100 1000001

Color Harmonies of #B74EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EFF

Black with #B74EFF

Text Example


Text Example

White with #B74EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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