Html Css Color HEX #B65FDA Medium Orchid

📋 copy color: '#B65FDA'

red 182 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #B65FDA

Tints of Medium Orchid #B65FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.19%

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 36.77%
G = 19.19%
B = 44.04%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B65FDA (or 0xB65FDA) is known color: Medium Orchid. HEX triplet: B6, 5F and DA. RGB value is (182,95,218). Sum of RGB (Red+Green+Blue) = 182+95+218=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B65FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FDA is #49A025. Grayscale: #868686. Windows color (decimal): -4825126 or 14311350. OLE color: 14311350.

HSL color Cylindrical-coordinate representation of color #B65FDA: hue angle of 282.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65FDA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 95 218 -
CMYK 0.17 0.56 0 0.15
HSL 282.44º 0.62% 0.61% -
HSV(B) 282.44º 0.56% 0.85% -
XYZ 36.04 23.19 68.91 -
YUV 135.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 182 95 218 0.17 0.56 0 0.15 282.44 0.62 0.61
Hex B6 5F DA 11 38 0 F 11A 3E 3D
Octal 266 137 332 21 70 0 17 432 76 75
Binary 10110110 1011111 11011010 10001 111000 0 1111 100011010 111110 111101

Color Harmonies of #B65FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FDA

Black with #B65FDA

Text Example


Text Example

White with #B65FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FDA; }

 p { color: rgb(182,95,218); }

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

background-color css

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

 a { background-color: rgb(182,95,218); }

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

border-color css

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

 span { border-color: rgb(182,95,218); }

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