Html Css Color HEX #BD6FFB Heliotrope

📋 copy color: '#BD6FFB'

red 189 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #BD6FFB

Tints of Heliotrope #BD6FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 34.3%
G = 20.15%
B = 45.55%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD6FFB (or 0xBD6FFB) is known color: Heliotrope. HEX triplet: BD, 6F and FB. RGB value is (189,111,251). Sum of RGB (Red+Green+Blue) = 189+111+251=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6FFB is #429004. Grayscale: #959595. Windows color (decimal): -4362245 or 16478141. OLE color: 16478141.

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

Color convert

RGB 189 111 251 -
CMYK 0.25 0.56 0 0.02
HSL 273.43º 0.95% 0.71% -
HSV(B) 273.43º 0.56% 0.98% -
XYZ 44.08 29.15 94.57 -
YUV 150.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 189 111 251 0.25 0.56 0 0.02 273.43 0.95 0.71
Hex BD 6F FB 19 38 0 2 111 5F 47
Octal 275 157 373 31 70 0 2 421 137 107
Binary 10111101 1101111 11111011 11001 111000 0 10 100010001 1011111 1000111

Color Harmonies of #BD6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FFB

Black with #BD6FFB

Text Example


Text Example

White with #BD6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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