Html Css Color HEX #B672E5 Medium Orchid

📋 copy color: '#B672E5'

red 182 ◦ green 114 ◦ blue 229

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

Shades of Medium Orchid #B672E5

Tints of Medium Orchid #B672E5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.71%

 BLUE value IS 229 (89.84% from 255) = 43.62%

R = 34.67%
G = 21.71%
B = 43.62%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B672E5 (or 0xB672E5) is known color: Medium Orchid. HEX triplet: B6, 72 and E5. RGB value is (182,114,229). Sum of RGB (Red+Green+Blue) = 182+114+229=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #B672E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672E5 is #498D1A. Grayscale: #939393. Windows color (decimal): -4820251 or 15037110. OLE color: 15037110.

HSL color Cylindrical-coordinate representation of color #B672E5: hue angle of 275.48º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B672E5 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 114 229 -
CMYK 0.21 0.50 0 0.10
HSL 275.48º 0.69% 0.67% -
HSV(B) 275.48º 0.5% 0.9% -
XYZ 39.45 27.64 77.38 -
YUV 147.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 182 114 229 0.21 0.50 0 0.10 275.48 0.69 0.67
Hex B6 72 E5 15 32 0 A 113 45 43
Octal 266 162 345 25 62 0 12 423 105 103
Binary 10110110 1110010 11100101 10101 110010 0 1010 100010011 1000101 1000011

Color Harmonies of #B672E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672E5

Black with #B672E5

Text Example


Text Example

White with #B672E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672E5; }

 p { color: rgb(182,114,229); }

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

background-color css

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

 a { background-color: rgb(182,114,229); }

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

border-color css

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

 span { border-color: rgb(182,114,229); }

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