Html Css Color HEX #BD69F3 Heliotrope

📋 copy color: '#BD69F3'

red 189 ◦ green 105 ◦ blue 243

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

Shades of Heliotrope #BD69F3

Tints of Heliotrope #BD69F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.25%

R = 35.2%
G = 19.55%
B = 45.25%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD69F3 (or 0xBD69F3) is known color: Heliotrope. HEX triplet: BD, 69 and F3. RGB value is (189,105,243). Sum of RGB (Red+Green+Blue) = 189+105+243=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD69F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD69F3 is #42960C. Grayscale: #919191. Windows color (decimal): -4363789 or 15952317. OLE color: 15952317.

HSL color Cylindrical-coordinate representation of color #BD69F3: hue angle of 276.52º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD69F3 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 105 243 -
CMYK 0.22 0.57 0 0.05
HSL 276.52º 0.85% 0.68% -
HSV(B) 276.52º 0.57% 0.95% -
XYZ 42.22 27.39 87.86 -
YUV 145.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 189 105 243 0.22 0.57 0 0.05 276.52 0.85 0.68
Hex BD 69 F3 16 39 0 5 115 55 44
Octal 275 151 363 26 71 0 5 425 125 104
Binary 10111101 1101001 11110011 10110 111001 0 101 100010101 1010101 1000100

Color Harmonies of #BD69F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD69F3

Black with #BD69F3

Text Example


Text Example

White with #BD69F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD69F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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