Html Css Color HEX #BB68FA Heliotrope

📋 copy color: '#BB68FA'

red 187 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #BB68FA

Tints of Heliotrope #BB68FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.22%

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

R = 34.57%
G = 19.22%
B = 46.21%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB68FA (or 0xBB68FA) is known color: Heliotrope. HEX triplet: BB, 68 and FA. RGB value is (187,104,250). Sum of RGB (Red+Green+Blue) = 187+104+250=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68FA is #449705. Grayscale: #909090. Windows color (decimal): -4495110 or 16410811. OLE color: 16410811.

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

Color convert

RGB 187 104 250 -
CMYK 0.25 0.58 0 0.02
HSL 274.11º 0.94% 0.69% -
HSV(B) 274.11º 0.58% 0.98% -
XYZ 42.7 27.37 93.47 -
YUV 145.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 187 104 250 0.25 0.58 0 0.02 274.11 0.94 0.69
Hex BB 68 FA 19 3A 0 2 112 5E 45
Octal 273 150 372 31 72 0 2 422 136 105
Binary 10111011 1101000 11111010 11001 111010 0 10 100010010 1011110 1000101

Color Harmonies of #BB68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68FA

Black with #BB68FA

Text Example


Text Example

White with #BB68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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