Html Css Color HEX #BD68FF Heliotrope

📋 copy color: '#BD68FF'

red 189 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #BD68FF

Tints of Heliotrope #BD68FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.98%

 BLUE value IS 255 (100% from 255) = 46.53%

R = 34.49%
G = 18.98%
B = 46.53%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD68FF (or 0xBD68FF) is known color: Heliotrope. HEX triplet: BD, 68 and FF. RGB value is (189,104,255). Sum of RGB (Red+Green+Blue) = 189+104+255=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68FF is #429700. Grayscale: #929292. Windows color (decimal): -4364033 or 16738493. OLE color: 16738493.

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

Color convert

RGB 189 104 255 -
CMYK 0.26 0.59 0 0
HSL 273.77º 1% 0.7% -
HSV(B) 273.77º 0.59% 1% -
XYZ 43.99 27.94 97.68 -
YUV 146.63 189.16 158.22 -
System Red Green Blue C M Y K H S L
Decimal 189 104 255 0.26 0.59 0 0 273.77 1 0.7
Hex BD 68 FF 1A 3B 0 0 112 64 46
Octal 275 150 377 32 73 0 0 422 144 106
Binary 10111101 1101000 11111111 11010 111011 0 0 100010010 1100100 1000110

Color Harmonies of #BD68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68FF

Black with #BD68FF

Text Example


Text Example

White with #BD68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68FF; }

 p { color: rgb(189,104,255); }

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

background-color css

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

 a { background-color: rgb(189,104,255); }

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

border-color css

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

 span { border-color: rgb(189,104,255); }

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