Html Css Color HEX #BB8DFA Perfume

📋 copy color: '#BB8DFA'

red 187 ◦ green 141 ◦ blue 250

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

Shades of Perfume #BB8DFA

Tints of Perfume #BB8DFA

RGB

 RED value IS 187 (73.44% from 255) = 32.35%

 GREEN value IS 141 (55.47% from 255) = 24.39%

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 32.35%
G = 24.39%
B = 43.25%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB8DFA (or 0xBB8DFA) is known color: Perfume. HEX triplet: BB, 8D and FA. RGB value is (187,141,250). Sum of RGB (Red+Green+Blue) = 187+141+250=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DFA is #447205. Grayscale: #A6A6A6. Windows color (decimal): -4485638 or 16420283. OLE color: 16420283.

HSL color Cylindrical-coordinate representation of color #BB8DFA: hue angle of 265.32º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8DFA is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 141 250 -
CMYK 0.25 0.44 0 0.02
HSL 265.32º 0.92% 0.77% -
HSV(B) 265.32º 0.44% 0.98% -
XYZ 47.27 36.52 95 -
YUV 167.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 187 141 250 0.25 0.44 0 0.02 265.32 0.92 0.77
Hex BB 8D FA 19 2C 0 2 109 5C 4D
Octal 273 215 372 31 54 0 2 411 134 115
Binary 10111011 10001101 11111010 11001 101100 0 10 100001001 1011100 1001101

Color Harmonies of #BB8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8DFA

Black with #BB8DFA

Text Example


Text Example

White with #BB8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8DFA; }

 p { color: rgb(187,141,250); }

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

background-color css

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

 a { background-color: rgb(187,141,250); }

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

border-color css

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

 span { border-color: rgb(187,141,250); }

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