Html Css Color HEX #B265CD Medium Orchid

📋 copy color: '#B265CD'

red 178 ◦ green 101 ◦ blue 205

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

Shades of Medium Orchid #B265CD

Tints of Medium Orchid #B265CD

RGB

 RED value IS 178 (69.92% from 255) = 36.78%

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 36.78%
G = 20.87%
B = 42.36%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B265CD (or 0xB265CD) is known color: Medium Orchid. HEX triplet: B2, 65 and CD. RGB value is (178,101,205). Sum of RGB (Red+Green+Blue) = 178+101+205=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #B265CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265CD is #4D9A32. Grayscale: #878787. Windows color (decimal): -5085747 or 13460914. OLE color: 13460914.

HSL color Cylindrical-coordinate representation of color #B265CD: hue angle of 284.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B265CD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 101 205 -
CMYK 0.13 0.51 0 0.20
HSL 284.42º 0.51% 0.6% -
HSV(B) 284.42º 0.51% 0.8% -
XYZ 34.03 23.18 60.44 -
YUV 135.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 178 101 205 0.13 0.51 0 0.20 284.42 0.51 0.6
Hex B2 65 CD D 33 0 14 11C 33 3C
Octal 262 145 315 15 63 0 24 434 63 74
Binary 10110010 1100101 11001101 1101 110011 0 10100 100011100 110011 111100

Color Harmonies of #B265CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265CD

Black with #B265CD

Text Example


Text Example

White with #B265CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265CD; }

 p { color: rgb(178,101,205); }

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

background-color css

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

 a { background-color: rgb(178,101,205); }

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

border-color css

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

 span { border-color: rgb(178,101,205); }

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