Html Css Color HEX #BD6BFD Heliotrope

📋 copy color: '#BD6BFD'

red 189 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #BD6BFD

Tints of Heliotrope #BD6BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.49%

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 34.43%
G = 19.49%
B = 46.08%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD6BFD (or 0xBD6BFD) is known color: Heliotrope. HEX triplet: BD, 6B and FD. RGB value is (189,107,253). Sum of RGB (Red+Green+Blue) = 189+107+253=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BFD is #429402. Grayscale: #939393. Windows color (decimal): -4363267 or 16608189. OLE color: 16608189.

HSL color Cylindrical-coordinate representation of color #BD6BFD: hue angle of 273.7º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD6BFD is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 107 253 -
CMYK 0.25 0.58 0 0.01
HSL 273.7º 0.97% 0.71% -
HSV(B) 273.7º 0.58% 0.99% -
XYZ 43.97 28.43 96.1 -
YUV 148.16 187.17 157.13 -
System Red Green Blue C M Y K H S L
Decimal 189 107 253 0.25 0.58 0 0.01 273.7 0.97 0.71
Hex BD 6B FD 19 3A 0 1 112 61 47
Octal 275 153 375 31 72 0 1 422 141 107
Binary 10111101 1101011 11111101 11001 111010 0 1 100010010 1100001 1000111

Color Harmonies of #BD6BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6BFD

Black with #BD6BFD

Text Example


Text Example

White with #BD6BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6BFD; }

 p { color: rgb(189,107,253); }

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

background-color css

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

 a { background-color: rgb(189,107,253); }

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

border-color css

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

 span { border-color: rgb(189,107,253); }

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