Html Css Color HEX #BD69FA Heliotrope

📋 copy color: '#BD69FA'

red 189 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #BD69FA

Tints of Heliotrope #BD69FA

RGB

 RED value IS 189 (74.22% from 255) = 34.74%

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

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

R = 34.74%
G = 19.3%
B = 45.96%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD69FA (or 0xBD69FA) is known color: Heliotrope. HEX triplet: BD, 69 and FA. RGB value is (189,105,250). Sum of RGB (Red+Green+Blue) = 189+105+250=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD69FA is #429605. Grayscale: #929292. Windows color (decimal): -4363782 or 16411069. OLE color: 16411069.

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

Color convert

RGB 189 105 250 -
CMYK 0.24 0.58 0 0.02
HSL 274.76º 0.94% 0.7% -
HSV(B) 274.76º 0.58% 0.98% -
XYZ 43.29 27.82 93.53 -
YUV 146.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 189 105 250 0.24 0.58 0 0.02 274.76 0.94 0.7
Hex BD 69 FA 18 3A 0 2 113 5E 46
Octal 275 151 372 30 72 0 2 423 136 106
Binary 10111101 1101001 11111010 11000 111010 0 10 100010011 1011110 1000110

Color Harmonies of #BD69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD69FA

Black with #BD69FA

Text Example


Text Example

White with #BD69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD69FA; }

 p { color: rgb(189,105,250); }

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

background-color css

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

 a { background-color: rgb(189,105,250); }

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

border-color css

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

 span { border-color: rgb(189,105,250); }

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