Html Css Color HEX #B465CB Medium Orchid

📋 copy color: '#B465CB'

red 180 ◦ green 101 ◦ blue 203

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

Shades of Medium Orchid #B465CB

Tints of Medium Orchid #B465CB

RGB

 RED value IS 180 (70.7% from 255) = 37.19%

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

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 37.19%
G = 20.87%
B = 41.94%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B465CB (or 0xB465CB) is known color: Medium Orchid. HEX triplet: B4, 65 and CB. RGB value is (180,101,203). Sum of RGB (Red+Green+Blue) = 180+101+203=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #B465CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465CB is #4B9A34. Grayscale: #878787. Windows color (decimal): -4954677 or 13329844. OLE color: 13329844.

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

Color convert

RGB 180 101 203 -
CMYK 0.11 0.50 0 0.20
HSL 286.47º 0.5% 0.6% -
HSV(B) 286.47º 0.5% 0.8% -
XYZ 34.26 23.32 59.2 -
YUV 136.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 180 101 203 0.11 0.50 0 0.20 286.47 0.5 0.6
Hex B4 65 CB B 32 0 14 11E 32 3C
Octal 264 145 313 13 62 0 24 436 62 74
Binary 10110100 1100101 11001011 1011 110010 0 10100 100011110 110010 111100

Color Harmonies of #B465CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465CB

Black with #B465CB

Text Example


Text Example

White with #B465CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465CB; }

 p { color: rgb(180,101,203); }

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

background-color css

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

 a { background-color: rgb(180,101,203); }

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

border-color css

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

 span { border-color: rgb(180,101,203); }

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