Html Css Color HEX #B65ADF Medium Orchid

📋 copy color: '#B65ADF'

red 182 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #B65ADF

Tints of Medium Orchid #B65ADF

RGB

 RED value IS 182 (71.48% from 255) = 36.77%

 GREEN value IS 90 (35.55% from 255) = 18.18%

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 36.77%
G = 18.18%
B = 45.05%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B65ADF (or 0xB65ADF) is known color: Medium Orchid. HEX triplet: B6, 5A and DF. RGB value is (182,90,223). Sum of RGB (Red+Green+Blue) = 182+90+223=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #B65ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ADF is #49A520. Grayscale: #848484. Windows color (decimal): -4826401 or 14637750. OLE color: 14637750.

HSL color Cylindrical-coordinate representation of color #B65ADF: hue angle of 281.5º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65ADF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 90 223 -
CMYK 0.18 0.60 0 0.13
HSL 281.5º 0.68% 0.61% -
HSV(B) 281.5º 0.6% 0.87% -
XYZ 36.27 22.59 72.26 -
YUV 132.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 182 90 223 0.18 0.60 0 0.13 281.5 0.68 0.61
Hex B6 5A DF 12 3C 0 D 11A 44 3D
Octal 266 132 337 22 74 0 15 432 104 75
Binary 10110110 1011010 11011111 10010 111100 0 1101 100011010 1000100 111101

Color Harmonies of #B65ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ADF

Black with #B65ADF

Text Example


Text Example

White with #B65ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ADF; }

 p { color: rgb(182,90,223); }

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

background-color css

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

 a { background-color: rgb(182,90,223); }

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

border-color css

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

 span { border-color: rgb(182,90,223); }

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