Html Css Color HEX #BE67A1 Hopbush

📋 copy color: '#BE67A1'

red 190 ◦ green 103 ◦ blue 161

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

Shades of Hopbush #BE67A1

Tints of Hopbush #BE67A1

RGB

 RED value IS 190 (74.61% from 255) = 41.85%

 GREEN value IS 103 (40.63% from 255) = 22.69%

 BLUE value IS 161 (63.28% from 255) = 35.46%

R = 41.85%
G = 22.69%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE67A1 (or 0xBE67A1) is known color: Hopbush. HEX triplet: BE, 67 and A1. RGB value is (190,103,161). Sum of RGB (Red+Green+Blue) = 190+103+161=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE67A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE67A1 is #41985E. Grayscale: #878787. Windows color (decimal): -4298847 or 10577854. OLE color: 10577854.

HSL color Cylindrical-coordinate representation of color #BE67A1: hue angle of 320º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE67A1 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 103 161 -
CMYK 0 0.46 0.15 0.25
HSL 320º 0.4% 0.57% -
HSV(B) 320º 0.46% 0.75% -
XYZ 32.52 23.22 36.49 -
YUV 135.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 190 103 161 0 0.46 0.15 0.25 320 0.4 0.57
Hex BE 67 A1 0 2E F 19 140 28 39
Octal 276 147 241 0 56 17 31 500 50 71
Binary 10111110 1100111 10100001 0 101110 1111 11001 101000000 101000 111001

Color Harmonies of #BE67A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE67A1

Black with #BE67A1

Text Example


Text Example

White with #BE67A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE67A1; }

 p { color: rgb(190,103,161); }

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

background-color css

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

 a { background-color: rgb(190,103,161); }

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

border-color css

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

 span { border-color: rgb(190,103,161); }

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