Html Css Color HEX #B674E0 Medium Orchid

📋 copy color: '#B674E0'

red 182 ◦ green 116 ◦ blue 224

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

Shades of Medium Orchid #B674E0

Tints of Medium Orchid #B674E0

RGB

 RED value IS 182 (71.48% from 255) = 34.87%

 GREEN value IS 116 (45.7% from 255) = 22.22%

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 34.87%
G = 22.22%
B = 42.91%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B674E0 (or 0xB674E0) is known color: Medium Orchid. HEX triplet: B6, 74 and E0. RGB value is (182,116,224). Sum of RGB (Red+Green+Blue) = 182+116+224=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #B674E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674E0 is #498B1F. Grayscale: #939393. Windows color (decimal): -4819744 or 14709942. OLE color: 14709942.

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

Color convert

RGB 182 116 224 -
CMYK 0.19 0.48 0 0.12
HSL 276.67º 0.64% 0.67% -
HSV(B) 276.67º 0.48% 0.88% -
XYZ 38.99 27.82 73.84 -
YUV 148.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 182 116 224 0.19 0.48 0 0.12 276.67 0.64 0.67
Hex B6 74 E0 13 30 0 C 115 40 43
Octal 266 164 340 23 60 0 14 425 100 103
Binary 10110110 1110100 11100000 10011 110000 0 1100 100010101 1000000 1000011

Color Harmonies of #B674E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674E0

Black with #B674E0

Text Example


Text Example

White with #B674E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674E0; }

 p { color: rgb(182,116,224); }

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

background-color css

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

 a { background-color: rgb(182,116,224); }

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

border-color css

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

 span { border-color: rgb(182,116,224); }

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