Html Css Color HEX #BD65CF Medium Orchid

📋 copy color: '#BD65CF'

red 189 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #BD65CF

Tints of Medium Orchid #BD65CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 38.03%
G = 20.32%
B = 41.65%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD65CF (or 0xBD65CF) is known color: Medium Orchid. HEX triplet: BD, 65 and CF. RGB value is (189,101,207). Sum of RGB (Red+Green+Blue) = 189+101+207=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65CF is #429A30. Grayscale: #8B8B8B. Windows color (decimal): -4364849 or 13591997. OLE color: 13591997.

HSL color Cylindrical-coordinate representation of color #BD65CF: hue angle of 289.81º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD65CF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 101 207 -
CMYK 0.09 0.51 0 0.19
HSL 289.81º 0.52% 0.6% -
HSV(B) 289.81º 0.51% 0.81% -
XYZ 36.9 24.63 61.84 -
YUV 139.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 189 101 207 0.09 0.51 0 0.19 289.81 0.52 0.6
Hex BD 65 CF 9 33 0 13 122 34 3C
Octal 275 145 317 11 63 0 23 442 64 74
Binary 10111101 1100101 11001111 1001 110011 0 10011 100100010 110100 111100

Color Harmonies of #BD65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65CF

Black with #BD65CF

Text Example


Text Example

White with #BD65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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