Html Css Color HEX #BB69FE Heliotrope

📋 copy color: '#BB69FE'

red 187 ◦ green 105 ◦ blue 254

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

Shades of Heliotrope #BB69FE

Tints of Heliotrope #BB69FE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.23%

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 34.25%
G = 19.23%
B = 46.52%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB69FE (or 0xBB69FE) is known color: Heliotrope. HEX triplet: BB, 69 and FE. RGB value is (187,105,254). Sum of RGB (Red+Green+Blue) = 187+105+254=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB69FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69FE is #449601. Grayscale: #919191. Windows color (decimal): -4494850 or 16673211. OLE color: 16673211.

HSL color Cylindrical-coordinate representation of color #BB69FE: hue angle of 273.02º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB69FE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 105 254 -
CMYK 0.26 0.59 0 0.00
HSL 273.02º 0.99% 0.7% -
HSV(B) 273.02º 0.59% 1% -
XYZ 43.43 27.82 96.85 -
YUV 146.5 188.67 156.88 -
System Red Green Blue C M Y K H S L
Decimal 187 105 254 0.26 0.59 0 0.00 273.02 0.99 0.7
Hex BB 69 FE 1A 3B 0 0 111 63 46
Octal 273 151 376 32 73 0 0 421 143 106
Binary 10111011 1101001 11111110 11010 111011 0 0 100010001 1100011 1000110

Color Harmonies of #BB69FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69FE

Black with #BB69FE

Text Example


Text Example

White with #BB69FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69FE; }

 p { color: rgb(187,105,254); }

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

background-color css

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

 a { background-color: rgb(187,105,254); }

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

border-color css

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

 span { border-color: rgb(187,105,254); }

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