Html Css Color HEX #BD6FFE Heliotrope

📋 copy color: '#BD6FFE'

red 189 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #BD6FFE

Tints of Heliotrope #BD6FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.04%

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

R = 34.12%
G = 20.04%
B = 45.85%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD6FFE (or 0xBD6FFE) is known color: Heliotrope. HEX triplet: BD, 6F and FE. RGB value is (189,111,254). Sum of RGB (Red+Green+Blue) = 189+111+254=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD6FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6FFE is #429001. Grayscale: #969696. Windows color (decimal): -4362242 or 16674749. OLE color: 16674749.

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

Color convert

RGB 189 111 254 -
CMYK 0.26 0.56 0 0.00
HSL 272.73º 0.99% 0.72% -
HSV(B) 272.73º 0.56% 1% -
XYZ 44.56 29.34 97.08 -
YUV 150.62 186.34 155.37 -
System Red Green Blue C M Y K H S L
Decimal 189 111 254 0.26 0.56 0 0.00 272.73 0.99 0.72
Hex BD 6F FE 1A 38 0 0 111 63 48
Octal 275 157 376 32 70 0 0 421 143 110
Binary 10111101 1101111 11111110 11010 111000 0 0 100010001 1100011 1001000

Color Harmonies of #BD6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FFE

Black with #BD6FFE

Text Example


Text Example

White with #BD6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FFE; }

 p { color: rgb(189,111,254); }

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

background-color css

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

 a { background-color: rgb(189,111,254); }

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

border-color css

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

 span { border-color: rgb(189,111,254); }

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