Html Css Color HEX #B465CC Medium Orchid

📋 copy color: '#B465CC'

red 180 ◦ green 101 ◦ blue 204

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

Shades of Medium Orchid #B465CC

Tints of Medium Orchid #B465CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 37.11%
G = 20.82%
B = 42.06%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B465CC (or 0xB465CC) is known color: Medium Orchid. HEX triplet: B4, 65 and CC. RGB value is (180,101,204). Sum of RGB (Red+Green+Blue) = 180+101+204=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B465CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465CC is #4B9A33. Grayscale: #888888. Windows color (decimal): -4954676 or 13395380. OLE color: 13395380.

HSL color Cylindrical-coordinate representation of color #B465CC: hue angle of 286.02º 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 #B465CC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 101 204 -
CMYK 0.12 0.50 0 0.2
HSL 286.02º 0.5% 0.6% -
HSV(B) 286.02º 0.5% 0.8% -
XYZ 34.38 23.37 59.83 -
YUV 136.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 180 101 204 0.12 0.50 0 0.2 286.02 0.5 0.6
Hex B4 65 CC C 32 0 14 11E 32 3C
Octal 264 145 314 14 62 0 24 436 62 74
Binary 10110100 1100101 11001100 1100 110010 0 10100 100011110 110010 111100

Color Harmonies of #B465CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465CC

Black with #B465CC

Text Example


Text Example

White with #B465CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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