Html Css Color HEX #BD65FF Heliotrope

📋 copy color: '#BD65FF'

red 189 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #BD65FF

Tints of Heliotrope #BD65FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.53%

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

R = 34.68%
G = 18.53%
B = 46.79%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD65FF (or 0xBD65FF) is known color: Heliotrope. HEX triplet: BD, 65 and FF. RGB value is (189,101,255). Sum of RGB (Red+Green+Blue) = 189+101+255=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65FF is #429A00. Grayscale: #909090. Windows color (decimal): -4364801 or 16737725. OLE color: 16737725.

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

Color convert

RGB 189 101 255 -
CMYK 0.26 0.60 0 0
HSL 274.29º 1% 0.7% -
HSV(B) 274.29º 0.6% 1% -
XYZ 43.69 27.35 97.58 -
YUV 144.87 190.15 159.48 -
System Red Green Blue C M Y K H S L
Decimal 189 101 255 0.26 0.60 0 0 274.29 1 0.7
Hex BD 65 FF 1A 3C 0 0 112 64 46
Octal 275 145 377 32 74 0 0 422 144 106
Binary 10111101 1100101 11111111 11010 111100 0 0 100010010 1100100 1000110

Color Harmonies of #BD65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65FF

Black with #BD65FF

Text Example


Text Example

White with #BD65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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