Html Css Color HEX #B895F2 Perfume

📋 copy color: '#B895F2'

red 184 ◦ green 149 ◦ blue 242

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

Shades of Perfume #B895F2

Tints of Perfume #B895F2

RGB

 RED value IS 184 (72.27% from 255) = 32%

 GREEN value IS 149 (58.59% from 255) = 25.91%

 BLUE value IS 242 (94.92% from 255) = 42.09%

R = 32%
G = 25.91%
B = 42.09%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B895F2 (or 0xB895F2) is known color: Perfume. HEX triplet: B8, 95 and F2. RGB value is (184,149,242). Sum of RGB (Red+Green+Blue) = 184+149+242=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #B895F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895F2 is #476A0D. Grayscale: #A9A9A9. Windows color (decimal): -4680206 or 15898040. OLE color: 15898040.

HSL color Cylindrical-coordinate representation of color #B895F2: hue angle of 262.58º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B895F2 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 149 242 -
CMYK 0.24 0.38 0 0.05
HSL 262.58º 0.78% 0.77% -
HSV(B) 262.58º 0.38% 0.95% -
XYZ 46.54 38.1 88.9 -
YUV 170.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 184 149 242 0.24 0.38 0 0.05 262.58 0.78 0.77
Hex B8 95 F2 18 26 0 5 107 4E 4D
Octal 270 225 362 30 46 0 5 407 116 115
Binary 10111000 10010101 11110010 11000 100110 0 101 100000111 1001110 1001101

Color Harmonies of #B895F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895F2

Black with #B895F2

Text Example


Text Example

White with #B895F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895F2; }

 p { color: rgb(184,149,242); }

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

background-color css

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

 a { background-color: rgb(184,149,242); }

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

border-color css

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

 span { border-color: rgb(184,149,242); }

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