Html Css Color HEX #BB6FFA Heliotrope

📋 copy color: '#BB6FFA'

red 187 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #BB6FFA

Tints of Heliotrope #BB6FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.26%

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

R = 34.12%
G = 20.26%
B = 45.62%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB6FFA (or 0xBB6FFA) is known color: Heliotrope. HEX triplet: BB, 6F and FA. RGB value is (187,111,250). Sum of RGB (Red+Green+Blue) = 187+111+250=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB6FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FFA is #449005. Grayscale: #959595. Windows color (decimal): -4493318 or 16412603. OLE color: 16412603.

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

Color convert

RGB 187 111 250 -
CMYK 0.25 0.56 0 0.02
HSL 272.81º 0.93% 0.71% -
HSV(B) 272.81º 0.56% 0.98% -
XYZ 43.43 28.84 93.72 -
YUV 149.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 187 111 250 0.25 0.56 0 0.02 272.81 0.93 0.71
Hex BB 6F FA 19 38 0 2 111 5D 47
Octal 273 157 372 31 70 0 2 421 135 107
Binary 10111011 1101111 11111010 11001 111000 0 10 100010001 1011101 1000111

Color Harmonies of #BB6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FFA

Black with #BB6FFA

Text Example


Text Example

White with #BB6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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