Html Css Color HEX #B74BE1 Medium Orchid

📋 copy color: '#B74BE1'

red 183 ◦ green 75 ◦ blue 225

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

Shades of Medium Orchid #B74BE1

Tints of Medium Orchid #B74BE1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.53%

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 37.89%
G = 15.53%
B = 46.58%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B74BE1 (or 0xB74BE1) is known color: Medium Orchid. HEX triplet: B7, 4B and E1. RGB value is (183,75,225). Sum of RGB (Red+Green+Blue) = 183+75+225=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #B74BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BE1 is #48B41E. Grayscale: #7B7B7B. Windows color (decimal): -4764703 or 14764983. OLE color: 14764983.

HSL color Cylindrical-coordinate representation of color #B74BE1: hue angle of 283.2º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B74BE1 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 75 225 -
CMYK 0.19 0.67 0 0.12
HSL 283.2º 0.71% 0.59% -
HSV(B) 283.2º 0.67% 0.88% -
XYZ 35.64 20.54 73.32 -
YUV 124.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 183 75 225 0.19 0.67 0 0.12 283.2 0.71 0.59
Hex B7 4B E1 13 43 0 C 11B 47 3B
Octal 267 113 341 23 103 0 14 433 107 73
Binary 10110111 1001011 11100001 10011 1000011 0 1100 100011011 1000111 111011

Color Harmonies of #B74BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BE1

Black with #B74BE1

Text Example


Text Example

White with #B74BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BE1; }

 p { color: rgb(183,75,225); }

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

background-color css

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

 a { background-color: rgb(183,75,225); }

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

border-color css

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

 span { border-color: rgb(183,75,225); }

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