Html Css Color HEX #BB8AFA Perfume

📋 copy color: '#BB8AFA'

red 187 ◦ green 138 ◦ blue 250

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

Shades of Perfume #BB8AFA

Tints of Perfume #BB8AFA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24%

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

R = 32.52%
G = 24%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB8AFA (or 0xBB8AFA) is known color: Perfume. HEX triplet: BB, 8A and FA. RGB value is (187,138,250). Sum of RGB (Red+Green+Blue) = 187+138+250=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB8AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8AFA is #447505. Grayscale: #A5A5A5. Windows color (decimal): -4486406 or 16419515. OLE color: 16419515.

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

Color convert

RGB 187 138 250 -
CMYK 0.25 0.45 0 0.02
HSL 266.25º 0.92% 0.76% -
HSV(B) 266.25º 0.45% 0.98% -
XYZ 46.84 35.64 94.85 -
YUV 165.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 187 138 250 0.25 0.45 0 0.02 266.25 0.92 0.76
Hex BB 8A FA 19 2D 0 2 10A 5C 4C
Octal 273 212 372 31 55 0 2 412 134 114
Binary 10111011 10001010 11111010 11001 101101 0 10 100001010 1011100 1001100

Color Harmonies of #BB8AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8AFA

Black with #BB8AFA

Text Example


Text Example

White with #BB8AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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